-
Notifications
You must be signed in to change notification settings - Fork 6
GeoServer EO extensions
Gregory Giuliani edited this page Jul 13, 2018
·
4 revisions
To enabled efficient access to EO products generated with the Swiss Data Cube, we added various GeoServer extensions:
- WCS 2.0-EO: http://docs.geoserver.org/latest/en/user/extensions/wcs20eo/index.html
- WMS-EO: http://osgeo-org.1560.x6.nabble.com/Adding-support-for-WMS-EO-in-GeoServer-td5021474.html
- OpenSearch-EO: http://docs.geoserver.org/latest/en/user/community/opensearch-eo/index.html
- ncWMS: http://docs.geoserver.org/latest/en/user/community/ncwms/index.html
- CSW: http://docs.geoserver.org/stable/en/user/services/csw/index.html
Additional information can be found in the following GeoServer Training on "Preparing GeoServer for serving Multidimensional data": https://geoserver.geo-solutions.it/edu/en/multidim/get_started/index.html
ncWMS query examples:
- Graph output (PNG format): https://geoserver.swissdatacube.org/geoserver/ows?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetTimeSeries&FORMAT=image/jpeg&TIME=2009-10-01T00:00:00.000Z/2009-12-01T00:00:00.000Z&QUERY_LAYERS=sdc:snow&STYLES=&LAYERS=sdc:snow&INFO_FORMAT=image/png&FEATURE_COUNT=50&X=50&Y=50&SRS=EPSG%3A4326&WIDTH=201&HEIGHT=201&BBOX=10.651,46.683,10.710,46.774
- Table output (CSV format): https://geoserver.swissdatacube.org/geoserver/ows?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetTimeSeries&FORMAT=image/jpeg&TIME=2009-10-01T00:00:00.000Z/2009-12-01T00:00:00.000Z&QUERY_LAYERS=sdc:snow&STYLES=&LAYERS=sdc:snow&INFO_FORMAT=text/csv&FEATURE_COUNT=50&X=50&Y=50&SRS=EPSG%3A4326&WIDTH=201&HEIGHT=201&BBOX=10.651,46.683,10.710,46.774