Fmt
This commit is contained in:
parent
479ef92236
commit
c38d654ac7
44 changed files with 2526 additions and 701 deletions
|
|
@ -111,9 +111,7 @@ def main() -> None:
|
|||
parser.add_argument(
|
||||
"--output", type=Path, required=True, help="Output parquet file path"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--pbf", type=Path, required=True, help="Path to OSM PBF file"
|
||||
)
|
||||
parser.add_argument("--pbf", type=Path, required=True, help="Path to OSM PBF file")
|
||||
parser.add_argument(
|
||||
"--boundary",
|
||||
type=Path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue