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 Mar 31, 2022
1 parent 525c9ac commit 10ad65b
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 10ad65b

Please sign in to comment.