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 Version 1

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 (last modified by Bang Pham Huu)

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:HOSTNAME:PORT (e.g: true:awi.earthserver.xyz:7000) for local coverage and remote coverage accordingly.

Change History (1)

comment:1 by Bang Pham Huu, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.