Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If --extract is used, it needs to be passed to split_by_square() #47

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

rsavoye
Copy link
Collaborator

@rsavoye rsavoye commented Aug 9, 2024

Currently if using the --extract option to fmtm-splitter on the command line it downloads the data extracts anyway because this value is not passed to split_by_square(). This PR passes that option in if it's specified.

@rsavoye rsavoye added the enhancement New feature or request label Aug 9, 2024
@rsavoye rsavoye self-assigned this Aug 9, 2024
@github-actions github-actions bot added the bug Something isn't working label Aug 9, 2024
@spwoodcock spwoodcock merged commit 272cf90 into main Aug 9, 2024
4 of 5 checks passed
@spwoodcock spwoodcock deleted the fix-extract branch August 9, 2024 22:53
@spwoodcock
Copy link
Member

Thanks for picking this up!

The geojson file parsing is already handled by input_to_geojson.

So updated to just pass args.extract 8cc7663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants