Skip to content

Multiple OSM files/regions? #513

Answered by felixguendling
MTRNord asked this question in Q&A
Discussion options

You must be logged in to vote

I usually use the osmium command line tools and create an extract from the next bigger region containing all regions I need (in this case it's probably the Europe extract from Geofabrik). I create a very rough polygon using geojson.io and give this GeoJSON + the Europe OSM file to the osmium command line tool.

If you do not really need the parking module and have a SSD (no HDD), I would recommend to try it with this configuration and use the full European OSM data:

modules=intermodal
modules=adr
modules=tiles
modules=osr
modules=nigiri

[import]
paths=schedule-de:/input/schedule/latest.zip
paths=osm-de:/input/europe-latest.osm.pbf
data_dir=/data

[nigiri]
num_days=31
default_timezone=Euro…

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@felixguendling
Comment options

@felixguendling
Comment options

@MTRNord
Comment options

@MTRNord
Comment options

@felixguendling
Comment options

Answer selected by MTRNord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants