Untitled diff
69 removals
69 lines
1 addition
1 line
{
"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",
"automated": true,
"track_files": false,
"subset_correction": true,
"insitu" : false
},
"input": {
"coverage_id": "test_nilvalue_1",
"paths": [
"fileout.nc"
]
},
"recipe": {
"name": "general_coverage",
"options": {
"coverage": {
"crs": "EPSG/0/4326@OGC/0/AnsiDate",
"metadata": {
"type": "xml",
"global": {
"Title": "'${netcdf:metadata:title}'",
"Project": "'${netcdf:metadata:project}'",
"Creator": "'${netcdf:metadata:creator_name}'"
}
},
"slicer": {
"type": "netcdf",
"bands": [
{
"name": "chlor_a",
"identifier": "chlor_a",
"description": "Count of the number of observations from the SeaWiFS sensor contributing to this bin cell",
"nilReason": "The nil value represents an error in the sensor.",
"nilValue" : "-999999"
}
],
"axes": {
"ansi": {
"min": "datetime(${netcdf:variable:time:min} * 24 * 3600)",
"max": "datetime(${netcdf:variable:time:max} * 24 * 3600)",
"resolution": 1,
"gridOrder": 0,
"type": "ansidate",
"irregular": true
},
"Long": {
"min": "-30",
"max": "-20",
"gridOrder": 2,
"resolution": "0.04"
},
"Lat": {
"min": "-30",
"max": "-20",
"gridOrder": 1,
"resolution": "-0.04"
}
}
}
},
"tiling": "REGULAR [0:0, 0:1023, 0:1023]"
}
}
}