Skip to content

Commit

Permalink
pbfShardGenerator: Add bounds to extracted pbf files
Browse files Browse the repository at this point in the history
This is mostly so that software can see the bounds without having to
figure out what shard the file (i.e., so we can more easily look at an
area in JOSM and figure out what is going on around the boundary).

Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Dec 1, 2021
1 parent 611448c commit 21281db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cloudPBFShardControl/pbfShardGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def processOsmiumBatch(self, batchFilePath: str) -> int:
[
"osmium",
"extract",
"--set-bounds",
"-vO",
"-c{}".format(os.path.join(self.osmiumCfgDir, configFile)),
"-d{}".format(self.tmpDir),
Expand Down

0 comments on commit 21281db

Please sign in to comment.