File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ When creating OSM preprocessing instructions you should:
1871871 . Name the bash file as follows: ` <osm_id_of_osm_file>.sh ` . Valid file names can be e.g. ` hsl.sh ` or ` southFinland.sh ` .
1881882 . Place the file in the ` osm-preprocessing ` directory of the config you want to use.
1891893 . Make sure that the name of the output file is the same as the input file e.g. ` hsl.pbf ` .
190- 4 . Make sure that you do not reuse input and output filenames in commands.
191- For example, do not use: ` osmfilter hsl.o5m -o=hsl.o5m ... ` you can instead use ` osmfilter hsl.o5m -o=hsl2.o5m ... ` .
190+ 4 . Make sure that you do not reuse input and output filenames in commands:
191+ - INCORRECT ` osmfilter hsl.o5m -o=hsl.o5m ... `
192+ - CORRECT ` osmfilter hsl.o5m -o=hsl2.o5m ... `
1921935 . Test the script by running it locally and verifying that the output makes sense.
You can’t perform that action at this time.
0 commit comments