Opened 4 years ago

Closed 4 years ago

#2223 closed feature (invalid)

WCST_Import - Customized recipe for nested coverages

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)

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": {

    "coverage_id": "test_super_coverage",
    "source_coverage_ids": [
        "source_coverage_1", "source_coverage_2", "source_coverage_3"
    ],
 
  },

  "recipe": {

    "name": "virtual_coverage",
  
    "options": {

        "geo_crs": "http://localhost:8080/def/crs/EPSG/0/4326",
        "geo_resolution_x": 0.005,
        "geo_resolution_y":" -0.005,
        "wms_import": true

     } 
  }

}

Change History (2)

comment:1 by Bang Pham Huu, 4 years ago

Description: modified (diff)

comment:2 by Bang Pham Huu, 4 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.