EOxServer / eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.
https://eoxserver.org
Other
40 stars 19 forks source link

WCS 2.0 support for subdatasets in input data #122

Closed stephankrause closed 10 years ago

stephankrause commented 11 years ago

Reporter: krauses Date: 2012/03/13 17:08

At the moment, the MapServer WCS 2.0 implementation does not support input data formats that are subdivided into subdatasets rather than bands (most noteworthy netCDF and HDF).

constantinius commented 10 years ago

This was implemented with the new data models. Registration is a bit tricky, but it works.

python manage.py eoxs_dataset_register -d local:NETCDF:"/var/eoxserver/autotest/autotest/data/meris/MER_FRS_1P_reduced/ENVISAT-MER_FRS_1PNPDE20060816_090929_000001972050_00222_23322_0058_uint16_reduced_compressed.nc":Band1 -m /var/eoxserver/autotest/autotest/data/meris/MER_FRS_1P_reduced/ENVISAT-MER_FRS_1PNPDE20060816_090929_000001972050_00222_23322_0058_uint16_reduced_compressed.xml -r SingleBandUInt16 --visible --traceback