appelmar / gdalcubes_cpp

Earth observation data cubes from GDAL image collections
MIT License
74 stars 7 forks source link

Default view for CLI with parameters nx, ny, gdalcubes create_view tool #5

Closed appelmar closed 5 years ago

appelmar commented 5 years ago

Instead of providing the data view as JSON file, a default view for an image collection with full extent and nx, ny arguments could be implemented. Similarly, a tool gdalcubes create_view with nx,ny, dx,dy, extent, and projetion parameters or web tile arguments would be useful.

appelmar commented 5 years ago

CLI development has low priority at the moment. A default view is implemented in image_collection_cube::default_view(). Closing for now.