Opened 4 years ago
Closed 4 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
.
Note:
See TracTickets
for help on using tickets.