Skip to content

Commit

Permalink
Update CRS in osmox script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Dec 3, 2024
1 parent 6d8ae6c commit 96f8aca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/0.1_run_osmox.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ def main(config_file):
"-f",
"geoparquet",
"-crs",
f"epsg:{config.output_crs}",
# TODO: check if this can be specified as the output CRS
# See: https://github.com/arup-group/osmox/blob/82602d411374ebc9fd33443f8f7c9816b63715ec/docs/osmox_run.md#L35-L38
"epsg:27700",
"-l",
],
check=False,
Expand Down

0 comments on commit 96f8aca

Please sign in to comment.