Hi all, Use case: I use OpenTripPlanner in combination with OSM and GTFS data in order to calculate catchment areas ("How far do I get within 10 minutes by car?"). This works fine! Now I would like to do scenarios like "How does the catchment area change if we build a new street somewhere or if we increase the tempo limit for a certain street etc.?". Question: Therefore, I'm looking for a way to edit my local OSM data (which is the extract of Denmark from Geofabrik) without uploading the changes to OSM. Thus, the work flow will look as simple as:
I'm interested in suggestions how to implement this work flow by using existing open source tools, editors etc.. I work with Ubuntu 14.04. Many thanks for your input. asked 28 Feb '17, 11:10 PeBerlin aseerel4c26 ♦ |
Just to add to @Hjart's answer:
To apply your scenario merge either the OSC file or the JOSM file with all of Denmark. Push this through your OTP model. You may also remove data which is not needed, such as building outlines etc, from the Denmark file before proceeding. Use osmfilter for this. answered 01 Mar '17, 10:32 SK53 ♦ Great, many thanks! That sounds like a reasonable work flow. I will go through these steps and see if I can manage it.
(01 Mar '17, 11:06)
PeBerlin
|
JOSM with the PBF plugin can do what you want. All of Denmark is a considerable amount of data though, so you'll probably want to split up the pbf answered 28 Feb '17, 12:18 Hjart Many thanks for your answer! I will give JOSM a try. Do you have any specific advices which tools to use to first split and then merge the .osm files?
(28 Feb '17, 15:36)
PeBerlin
1
Either osmosis or osmconvert. I'd try with latter & stick with it if it works.
(28 Feb '17, 21:43)
SK53 ♦
|