Giter Club home page Giter Club logo

Comments (7)

systemed avatar systemed commented on May 24, 2024

Do you have any terminal output that might give a clue?

How much RAM do you have?

I don't know anything about Docker so can't help with that aspect, but if it's a tilemaker issue then we can hopefully narrow it down.

from tilemaker.

shinriyo avatar shinriyo commented on May 24, 2024

@systemed
Thank you for your reply.

my command.

docker run -v $PWD:/output tilemaker --input output/japan-latest.osm.pbf --output output/japan.mbtiles

it is my terminal output.

Layer place (z0-14)
Layer boundary (z0-14)
Layer poi (z12-14)
Layer poi_detail (z14-14) -> poi
Layer housenumber (z14-14)
Layer waterway (z8-14)
Layer waterway_detail (z12-14) -> waterway
Layer transportation (z4-14)
Layer transportation_name (z8-14)
Layer transportation_name_mid (z12-14) -> transportation_name
Layer transportation_name_detail (z14-14) -> transportation_name
Layer building (z13-14)
Layer water (z6-14)
Layer ocean (z0-14) -> water
Layer water_name (z14-14)
Layer water_name_detail (z14-14) -> water_name
Layer aeroway (z11-14)
Layer aerodrome_label (z10-14)
Layer park (z11-14)
Layer landuse (z4-14)
Layer urban_areas (z4-8) -> landuse
Layer landcover (z0-14)
Layer ice_shelf (z0-9) -> landcover
Layer glacier (z2-9) -> landcover
Layer mountain_peak (z11-14)
Bounding box 122.561, 20.0823, 154.471, 45.8154
Reading .shp ocean
Unable to open coastline/water_polygons.shp or coastline/water_polygons.SHP.
Unable to open landcover/ne_10m_urban_areas/ne_10m_urban_areas.shp or landcover/ne_10m_urban_areas/ne_10m_urban_areas.SHP.
Unable to open landcover/ne_10m_antarctic_ice_shelves_polys/ne_10m_antarctic_ice_shelves_polys.shp or landcover/ne_10m_antarctic_ice_shelves_polys/ne_10m_antarctic_ice_shelves_polys.SHP.
Unable to open landcover/ne_10m_glaciated_areas/ne_10m_glaciated_areas.shp or landcover/ne_10m_glaciated_areas/ne_10m_glaciated_areas.SHP.
Reading .shp urban_areas
Reading .shp ice_shelf
Reading .shp glacier
Sorting loaded shapes
Reading .pbf output/japan-latest.osm.pbf

from tilemaker.

systemed avatar systemed commented on May 24, 2024

Ok. Docker helpfully tends not to output error messages so who knows, but my guess is that you don't have enough RAM and therefore the process is being killed.

You will need at least 16GB to process Japan in-memory and very possibly 24GB. If you don't have this much memory, but you do have SSD to use as workspace, you can use the --store option which reduces memory usage partly.

You may have to tell Docker how much memory it can use.

from tilemaker.

shinriyo avatar shinriyo commented on May 24, 2024

Should I use --store option?

Screenshot 2023-09-07 at 20 03 11 But I think I have a memory more than 16GB.

from tilemaker.

systemed avatar systemed commented on May 24, 2024

You might need to increase the memory available to Docker: https://stackoverflow.com/a/58015591

from tilemaker.

shinriyo avatar shinriyo commented on May 24, 2024

Is --store option correct?

I set 24BG but couldn't make file.
docker run -m 24g -v $PWD:/output tilemaker --input output/japan-latest.osm.pbf --output output/japan.mbtiles

from tilemaker.

systemed avatar systemed commented on May 24, 2024

You need to specify where you want the working directory to be, i.e. --store /path/to/temp/directory. See https://github.com/systemed/tilemaker/blob/master/docs/RUNNING.md .

from tilemaker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.