docs(dem): v2 (MAPCO-8937)#163
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.
There was a problem hiding this comment.
@shimoncohen it's better to include only publicly available resources in docs and since mimad is not one of them it should be removed.
furthermore, it may confuse clients between the deployed/served data to data depicted in docs which may have different values (outdated/errors/...)
| | 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 | |
There was a problem hiding this comment.
Shouldn't it be int?
| url: | ||
| '<3D_CATALOG_SERVICE_URL>/csw' | ||
|
|
||
| body (XML): |
There was a problem hiding this comment.
Consider remving the terrain guide "Get terrain provider URI (Step 2.1, optional)" from here and direct to DEM V1 terrain_provider guide
| The following guide will help you understand ***Step-by-step*** how to work with the Map Colonies Height Extraction service, from the [Catalog](/docs/MapColonies/DEM/Services/catalog/dem-catalog) to the WCS protocol. | ||
|
|
||
| :::warning | ||
| This guide is **not** for viewing purposes. |
There was a problem hiding this comment.
for algo... (be positive)
| @@ -0,0 +1,965 @@ | |||
| --- | |||
There was a problem hiding this comment.
Decide if and where to put the WFS section
| import Tabs from '@theme/Tabs'; | ||
| import TabItem from '@theme/TabItem'; | ||
|
|
||
| ## Step by step guide |
There was a problem hiding this comment.
Please emphasize that "coverage" refers to V2 catalog
| Query **DEM CSW catalog** service to find item(s) according to desired filter [examples are here](/docs/ogc/protocols/ogc-csw/ogc-csw-examples) | ||
|
|
||
| Filter should be based on [DEM profile](/docs/MapColonies/DEM/Services/catalog/catalog-profile-v1) | ||
| Filter should be based on [DEM profile](/docs/MapColonies/DEM/Services/catalog/dem-catalog-profile-v1) |
There was a problem hiding this comment.
Please emphasize that "coverage" refers to the V1 catalog only
| ```bash | ||
| curl --location --request POST '{DEM_CATALOG_SERVICE_URL}/csw?token=<token>' \ | ||
| --header 'Content-Type: application/xml' \ | ||
| --data-raw '<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
this md file contains mixed version requests align to a specific version and add a notice on the given version at the top
| | 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 | |
| @@ -189,14 +189,14 @@ Now, after you got all product metadata that you need by querying our Catalog, l | |||
| // **Optional** add to Cesium terrain provider in order to clamp 3d models to the ground or investigate terrain | |||
| :::warning | ||
| New version [v2](/docs/MapColonies/Raster/services/catalog/raster-catalog-profile-v2) is coming! | ||
| <p style={{color:"red"}}><b>The following parameters are depracted an will be removed in v2</b></p> | ||
| <p style={{color:"red"}}><b>The following parameters are deprecated and will be removed in v2</b></p> |
| | mc:type | enum | type of the catalog <br/> **Value**: RECORD_DEM | | ||
| | mc:keywords | text | list of key words relevant for product | | ||
| | mc:verticalType | enum | **Valid Values**: Orthometric, Ellipsoidal | | ||
| | mc:verticalSrsId | text | reference System ID (EPSG), <br/> ex: 4326 / 3857 | |
There was a problem hiding this comment.
vertical srs ids examples are not vertical. use 5773 / 3855 / 4979.
plus, system can be lowercase
| | mc:description | text | the product description | | ||
| | mc:footprint | geojson | geographical delineation of the product / model trace | | ||
| | mc:BoundingBox | bbox | two points that represent the record extent | | ||
| | mc:srsId | text | reference System ID (EPSG), <br/> ex: 4326 / 3857 | |
| The following guide will help you understand ***Step-by-step*** how to work with the Map Colonies Height Extraction service, from the [Catalog](/docs/MapColonies/DEM/Services/catalog/dem-catalog) to the WCS protocol. | ||
|
|
||
| :::warning | ||
| This guide is **not** for viewing purposes. |
| - `numberOfRecordsReturned` indicating the amount of records returned for this request (may be less than `maxRecords` given in the request) | ||
| - `nextRecord` the value that should be passed for `startPosition` in the following request | ||
|
|
||
| In case we are fetching the full profile without any filters our next request should look like this: |
There was a problem hiding this comment.
this is almost identical to the request above. consider removing
No description provided.