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

Fix shapefile support #5

Open
j08lue opened this issue Feb 15, 2018 · 0 comments
Open

Fix shapefile support #5

j08lue opened this issue Feb 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@j08lue
Copy link
Contributor

j08lue commented Feb 15, 2018

Currently, shapefiles and GeoJSON files are treated very differently: Geometries from GeoJSON files are read and used like in sentinelsat. From shapefiles, I extract only the extent.

On a more general note, the shapefile support could be considered beyond the scope of the script - since it is not in sentinelsat either. But at least for the project I want to use this script for, I need to support shapefiles. And they are (sadly) still quite common.

So my plan is at least to have the script use the actual geometry from the shapefile and maybe merge the geometry file input to one field and have the script determine which file format it got.

@j08lue j08lue added the enhancement New feature or request label Feb 15, 2018
@kr-stn kr-stn mentioned this issue Feb 17, 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