Changes between Initial Version and Version 1 of Ticket #2130


Ignore:
Timestamp:
Aug 5, 2019, 12:29:19 PM (5 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2130

    • Property Component wcst_importpetascope
    • Property Summary Importing with gdal should allow selecting bandsPetascope - Importing with wcst_import gdal general recipe should allow selecting bands
  • Ticket #2130 – Description

    initial v1  
    44  "variables": [ "var1", "var2", ... ],
    55}}}
    6 But wcst_import.sh currently does not support selecting a subset of bands (although it does support for grib or netcdf).
     6But 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}}}