Opened 5 years ago
Last modified 5 years ago
#2223 closed feature
WCST_Import - Customized recipe for nested coverages — 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
In case, petascope endpoint supports nested coverages. One can use wcst_import to import (insert/update) a super coverage from a list of sub coverages.
Only these possible settings below are valid (other ones are ignored).
{ "config": { "service_url": "http://localhost:8082/rasdaman/ows" }, "input": { "super_coverage_id": "test_super_coverage", "sub_coverage_ids": [ "sub_coverage_1", "sub_coverage_2", "sub_coverage_3" ], "geo_crs": "http://localhost:8080/def/crs/EPSG/0/4326", "geo_resolution_x": 0.005, "geo_resolution_y":" -0.005 }, "recipe": { "name": "nested_coverages", "wms_import": true } }
Note:
See TracTickets
for help on using tickets.