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

Add support for using bounding boxes in filenames to short-circuit computation #2

Closed
mfogel opened this issue Mar 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@mfogel
Copy link
Owner

mfogel commented Mar 9, 2018

New feature:

For the difference operation, add an additional optional command line flag -b / --bboxes. If the --bboxes flag is present, filenames of GeoJSON files should be scanned for stringified bounding boxes. If found, that bounding box should be compared with the subject's bounding box. If there is no overlap, then there is no need to read that file in off disk.

The format of the bounding box in the filename would be the same as is produced by geojson-cli-explode

@mfogel mfogel added the enhancement New feature or request label Mar 9, 2018
@mfogel mfogel closed this as completed in 6f5b13f Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant