You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: