6 | | But wcst_import.sh currently does not support selecting a subset of bands (although it does support for grib or netcdf). |
| 6 | But petascope currently does not support importing a subset of bands (although it does support for grib or netcdf). For example, below is importing 1 band from a png file with 3 bands: |
| 7 | |
| 8 | |
| 9 | {{{ |
| 10 | <gml:rangeSet> |
| 11 | <gml:rangeParameters> |
| 12 | {"variables": ["1"]} |
| 13 | </gml:rangeParameters> |
| 14 | <gml:File> |
| 15 | <gml:fileReference><![CDATA[ |
| 16 | file:///home/rasdaman/rasdaman_community/rasdaman/systemtest/testcases_services/test_all_wcst_import/testdata/wcs_gdal_select_1band_from_3bands_to_import/rgb.png |
| 17 | ]]></gml:fileReference> |
| 18 | <gml:fileStructure>image/png</gml:fileStructure> |
| 19 | </gml:File> |
| 20 | </gml:rangeSet> |
| 21 | }}} |