Skip to content

Commit 162e151

Browse files
authored
Update README.md
1 parent 6a492fe commit 162e151

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ OSM preprocessing is done if a bash script is defined for a specific config and
184184
See [hsl.sh](hsl/osm-preprocessing/hsl.sh) for an example.
185185

186186
When creating OSM preprocessing instructions you should:
187-
1. Name the bash file as follows: `<osm_id_of_osm_file>.sh`. Valid file names can be e.g. `hsl.sh` or `southFinland.sh`.
187+
1. Name the bash file as follows: `<osm_id>.sh`. Valid file names can be e.g. `hsl.sh` or `southFinland.sh`.
188188
2. Place the file in the `osm-preprocessing` directory of the config you want to use.
189-
3. Make sure that the name of the output file is the same as the input file e.g. `hsl.pbf`.
189+
3. Make sure that the name of the output file is the same as the input file. The file has to be named `<osm_id>.pbf`, e.g. `hsl.pbf` or `southFinland.pbf`.
190190
4. Make sure that you do not reuse input and output filenames in commands:
191191
- INCORRECT `osmfilter hsl.o5m -o=hsl.o5m ...`
192192
- CORRECT `osmfilter hsl.o5m -o=hsl2.o5m ...`

0 commit comments

Comments
 (0)