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 an option to build the bounds from the spatial extent of a source file #14

Closed
5 tasks done
alexamici opened this issue Apr 2, 2016 · 1 comment
Closed
5 tasks done
Assignees
Milestone

Comments

@alexamici
Copy link
Member

Nice to have:

  • support both raster and vector data via GDAL/OGR
  • WGS84 bounds must be always larger or equal than the projected extent of the source
  • let the user define the margin in a flexible way
    • percent
    • decimal degree
    • metric (not easy)
    • DEM pixels
@alexamici alexamici added this to the 1.0.0 milestone Apr 2, 2016
@alexamici alexamici self-assigned this Apr 2, 2016
@alexamici alexamici changed the title Add an option to build the bounds from the spatial extent of a file Add an option to build the bounds from the spatial extent of a source file Apr 2, 2016
@alexamici
Copy link
Member Author

Current implementation is based on rasterio and fiona that are added to the dependencies. In principle it is possible to use only GDAL python bindings, with a small cost in easiness of use and a (smaller IMO) advantage of lighter dependencies.

alexamici added a commit that referenced this issue Apr 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant