Untitled diff

Created Diff never expires
61 removals
61 lines
0 additions
0 lines
{
"config": {
"service_url": "http://localhost:8080/rasdaman/ows",
"tmp_directory": "/tmp/",
"crs_resolver": "http://localhost:8080/def/",
"default_crs": "http://localhost:8080/def/OGC/0/Index2D",
"mock": false,
"automated": true,
"track_files": false,
"subset_correction": false
},
"input": {
"coverage_id": "test_grib_3d",
"paths": [
"test5messages.grib2"
]
},
"recipe": {
"name": "general_coverage",
"options": {
"coverage": {
"crs": "EPSG/0/4326@OGC/0/Index1D?axis-label=\"ensemble\"",
"metadata": {
"type": "xml",
"global": {
"description": "'This is a test coverage'"
}
},
"slicer": {
"type": "grib",
"bands": [
{
"name": "band_1",
"description": "v-component of wind",
"identifier": "VAR_0-2-3_L100"
}
],
"axes": {
"Lat": {
"min": "-90",
"max": "90",
"resolution": "-0.5",
"gridOrder": 2
},
"Long": {
"min": "0",
"max": "359.5",
"resolution": "0.5",
"gridOrder": 1
}, "ensemble": {
"min": "925",
"resolution": "25",
"gridOrder": 0
}
}
}
},
"tiling": "ALIGNED [0:13, 0:10, 0:10] TILE SIZE 4000000"
}
}
}