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

Spatial dataset: Enable installing based on a bounding box #1581

Open
henrykironde opened this issue Apr 9, 2021 · 0 comments
Open

Spatial dataset: Enable installing based on a bounding box #1581

henrykironde opened this issue Apr 9, 2021 · 0 comments

Comments

@henrykironde
Copy link
Contributor

The goal is to enable users to install just the area of the spatial data that they require

The good thing is gdal can do this.

The proposed structure could be as below or otherwise.
retriever install postgres bioclim --bbox -14648825.0817 3552130.7825 -14627575.5878 3565507.2624

Idea:
After the data retriever has downloaded the raw data. we clip the images and used in the clipped images
gdalwarp -of "GTiff" -te -14648825.0817 3552130.7825 -14627575.5878 3565507.2624 test.xml test.tif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant