Skip to content

Commit d2e6c85

Browse files
committed
Add a comment to clarify a question from #103
1 parent 5afbd27 commit d2e6c85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

data_prep/scotland/geojson_to_osmium_extracts.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33

44

55
# This tool takes a GeoJSON with many features, and prepares Osmium to extract
6-
# a boundary for each one. The output filenames are based on a feature's `kind`
7-
# and `name` properties. See
6+
# a boundary for each one. It's faster to create multiple PBF extracts (based
7+
# on --batch_size) with one osmium pass, so this script writes a config that's
8+
# then later run. The output filenames are based on a feature's `kind` and
9+
# `name` properties. See
810
# https://osmcode.org/osmium-tool/manual.html#creating-geographic-extracts
911
def main():
1012
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)