Conversation
|
| <WCS_SERVICE_URL>/wcs?request=GetCapabilities&token=<token> | ||
| ``` | ||
|
|
||
| <details> |
There was a problem hiding this comment.
remove mimad from GetCapabilites response
There was a problem hiding this comment.
Why? I want to show a response with a few layers.
| | axisLabels | Labels to use to describe the coverage axis | Lat Long | | ||
| | srsDimension | Dimension of points in the coverage | 2 | | ||
|
|
||
| ## GetCoverage |
There was a problem hiding this comment.
add a section for version 2.0.1
add link to it from height_extraction.md
There was a problem hiding this comment.
Added.
I don't think we need to add a link to it.
| | mc:maxRelativeAccuracyLep90 | double | LEP90 max relative vertical plane accuracy range in meters | | ||
| | mc:minHorizontalAccuracyCep90 | double | | | ||
| | mc:maxHorizontalAccuracyCep90 | double | | | ||
| | mc:geoidModel | text | | |
There was a problem hiding this comment.
i think we should rename this field, lets wait for a confirmation on this from our product
| <gml:upperCorner>32.958984375 35.68359375</gml:upperCorner> | ||
| </gml:Envelope> | ||
| </gml:boundedBy> | ||
| <wcs:CoverageId>dem__srtm30</wcs:CoverageId> |
| | mc:links | text | Available links for different services available for the current product | | ||
| | mc:classification | enum | product classification / confidentiality <br /> Classification values | | ||
| | mc:producerName | text | manufacturer / organization that produced / supplied the product | | ||
| | mc:noDataValue | enum | **Valid Values**: <br/> -32768 | |
| | mc:geoidModel | text | | | ||
| | mc:areaOrPoint | enum | Describes if pixel is “Area” or “Point” | | ||
| | mc:links | text | Available links for different services available for the current product | | ||
| | mc:classification | enum | product classification / confidentiality <br /> Classification values | |
There was a problem hiding this comment.
classification is a string type with a regex of int values from 0 to 100
| | mc:classification | enum | product classification / confidentiality <br /> Classification values | | ||
| | mc:producerName | text | manufacturer / organization that produced / supplied the product | | ||
| | mc:noDataValue | enum | **Valid Values**: <br/> -32768 | | ||
| | mc:type | enum | type of the catalog <br /> **Valid values**: RECORD_RASTER / RECORD_3D / RECORD_DEM <br /> default: ***RECORD_DEM***| |
There was a problem hiding this comment.
isn't the only possible value is RECORD_DEM?
| ``` xml | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <wcs:CoverageDescription xmlns:wcs="http://www.opengis.net/wcs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://dem-dev-geoserver-development-dem-dev.apps.v0h0bdx6.eastus.aroapp.io/geoserver/schemas/wcs/1.0.0/describeCoverage.xsd" version="1.0.0"> | ||
| <wcs:CoverageDescription xmlns:wcs="http://www.opengis.net/wcs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://dem-dev-geoserver-development-dem-dev.apps.v0h0bdx6.eastus.aroapp.io/schemas/wcs/1.0.0/describeCoverage.xsd" version="1.0.0"> |
There was a problem hiding this comment.
something seems odd in here - http://dem-dev-geoserver-...
xsi:schemaLocation="http://www.opengis.net/wcs http://dem-dev-geoserver-development-dem-dev.apps.v0h0bdx6.eastus.aroapp.io/schemas/wcs/1.0.0/describeCoverage.xsd"
| <summary>Response</summary> | ||
| ```xml | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <wcs:CoverageDescriptions xmlns:wcs="http://www.opengis.net/wcs/2.0" xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmlcov="http://www.opengis.net/gmlcov/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:wcsgs="http://www.geoserver.org/wcsgs/2.0" xsi:schemaLocation=" http://www.opengis.net/wcs/2.0 http://schemas.opengis.net/wcs/2.0/wcsDescribeCoverage.xsd http://www.geoserver.org/wcsgs/2.0 https://poc-geoserver-dem-wcs-dev.apps.j1lk3njp.eastus.aroapp.io/schemas/wcs/2.0/wcsgs.xsd"> |
There was a problem hiding this comment.
there is a link to poc-geoserver-....
this should probably be handled
| ### Version 2.0.1 | ||
|
|
||
| ```bash | ||
| curl --location --request GET '<WCS_SERVICE_URL>/wcs?request=DescribeCoverage&version=2.0.1&coverageId=srtm30&token=<token>' |
| <gml:upperCorner>32.958984375 35.68359375</gml:upperCorner> | ||
| </gml:Envelope> | ||
| </gml:boundedBy> | ||
| <wcs:CoverageId>dem__srtm30</wcs:CoverageId> |
There was a problem hiding this comment.
wcs:CoverageIddem__srtm30-DTM</wcs:CoverageId>
?
| <WCS_SERVICE_URL>/wcs? | ||
| request=GetCoverage& | ||
| version=1.0.0& | ||
| coverage=srtm30& |
| <WCS_SERVICE_URL>/wcs? | ||
| request=GetCoverage& | ||
| version=2.0.1& | ||
| coverageId=srtm30& |
No description provided.