Opened 2 years ago

Closed 2 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 Bang Pham Huu)

  • 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 updated
      • METADATAURL: URL referencing INSPIRE-compliant catalog entry for this coverage; can be empty string (mandatory)

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 Bang Pham Huu, 2 years ago

Description: modified (diff)

comment:2 by Bang Pham Huu, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.