Opened 4 years ago
Last modified 4 years ago
#2426 closed defect
wcst_import - objectExist endpoint should return if a coverage / layer exist as local or remote object — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
From this doc https://doc.rasdaman.org/05_geo-services-guide.html?highlight=objectexists#check-if-a-coverage-layer-exists
rasdaman/ows/objectExists
only returns true/false
without saying the coverage is local
or remote
.
In this case, wcst_import sees a remote coverage as a local coverage and tries to update it which is not allowed (exception in petascope).
If coverage/layer exists, it should return new format true:local
and true:remote
for local coverage and remote coverage accordingly.
Note:
See TracTickets
for help on using tickets.