Opened 3 years ago

Closed 3 years ago

#2409 closed enhancement (fixed)

wcst_import - custom request to check if a coverage / layer exists

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: wcst_import Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

wcst_import sends custom request to check if a coverage / layer exists in petascope. Before, it used WCS Describe Coverage and WMS Describe Layer requests to check if a coverage / layer exists. This created unnecessary error logs in petascope.log.

  • For coverage:
    localhost:8080/rasdaman/ows/objectExists?coverageId=${coverageId}
    
  • For layer:
    localhost:8080/rasdaman/ows/objectExists?layer=${layer}
    

The result is true/false.

Change History (1)

comment:1 by Bang Pham Huu, 3 years ago

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