Opened 3 years ago
Closed 3 years ago
#2508 closed defect (fixed)
Petascope - supports INSPIRE coverages in WCS GetCapabilities result
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description (last modified by )
- In petascope: Implement the INPSIRE in WCS GetCapabilities result from https://inspire.ec.europa.eu/file/1635/download?token=7m3PXp4a
- The new ingredients file for wcst_import to mark a normal coverage as an INSPIRE coverage:
"input": { "coverage_id": "SH_DEM"; "paths": "/mnt/coverage-upload/SH_DEM/*.tiff"; "inspire": { "metadata_url":"https://inspire-geoportal.ec.europa.eu/resources/INSPIRE-f670705f-f4e9-11e6-81e4-52540023a883_20211012-160902/services/1/PullResults/521-540/16.iso19139.xml"; } }
- The API to mark a coverages as INSPIRE coverage:
- Syntax:
/rasdaman/admin/inspire/metadata/update COVERAGEID={coverage-id} METADATAURL={url}
- Parameters:
COVERAGEID
: coverage to be updatedMETADATAURL
: URL referencing INSPIRE-compliant catalog entry for this coverage; can be empty string (mandatory)
- Syntax:
NOTE: wcst_import will always send the request to the API, because "always send it - a user may want to delete the catalog reference without providing a new one".
Change History (2)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.