Opened 8 years ago
Last modified 7 years ago
#1533 closed feature
WCST_Import should use the SECORE URL from Petascope — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.5 |
Component: | wcst_import | Version: | development |
Keywords: | wcst_import crs_resolver, default_crs removed | Cc: | Dimitar Misev, Vlad Merticariu |
Complexity: | Medium |
Description
Current, in the ingredient file of WCST_import will need to define the crl_resolver such as:
"crs_resolver": "http://localhost:8080/def",
However, this is not consistent as if one use a local SECORE which contains a CRS (XYZ) and Petascope which use another one which does not contain this XYZ CRS.
I think, wcst_import should use the Petascope's URL by sending a request to Petascope after validating
"service_url": "http://localhost:8080/rasdaman/ows",
and no need to define the crs_resolver also default_crs for general coverage in ingredient file. What do you think?
Note:
See TracTickets
for help on using tickets.