Opened 5 years ago
Last modified 5 years ago
#2130 closed enhancement
Importing with gdal should allow selecting bands — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The variables format parameter allows to specify the bands or variables to be imported from an input file (docs)
// Specify variable names, band ids (0-based), etc. "variables": [ "var1", "var2", ... ],
But wcst_import.sh currently does not support selecting a subset of bands (although it does support for grib or netcdf).
Note:
See TracTickets
for help on using tickets.