Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "config": {
- "service_url": "http://localhost:8080/rasdaman/ows",
- "automated": true,
- "mock": false,
- "track_files": true,
- "blocking": false,
- "subset_correction": false,
- "retry": true,
- "retries": 2,
- "insitu": false
- },
- "input": {
- "coverage_id": "COSMO_DE_EPS__deeprain__precipitation_data",
- "paths": ["FILE_PATH"]
- },
- "recipe": {
- "name": "general_coverage",
- "options": {
- "coverage": {
- "crs": "OGC/0/AnsiDate@OGC/0/Index1D?axis-label=\"ensemble\"@OGC/0/Index1D?axis-label=\"forecast_hour\"@COSMO/0/101",
- "metadata": {
- "type": "json",
- "global": {
- "title": "COSMO_EPS_Data",
- "originator": "Deutscher Wetterdienst - Zentrale, Frankfurter Strasse 135, 63067 Offenbach/Main",
- "provider": "Juelich Supercomputing Centre, Forschungszentrum Juelich, 52425 Juelich",
- "description": "hourly precipitation (computed from accumulated precipitation) from the COSMO Ensemble Prediction System (COSMO-EPS) of the Deutscher Wetterdienst. ",
- "acknowledgement": "If you make use of these data we ask to acknowledge the data provision as follows: COSMO-EPS data was produced by the Deutscher Wetterdienst and provided by Forschungszentrum Juelich via the rasdaman EarthServer federation in the context of the DeepRain project funded by the German ministry of education and research (grant no 01 IS18047A).",
- "CDI": "${netcdf:metadata:CDI}",
- "NCO": "${netcdf:metadata:NCO}",
- "CDO": "${netcdf:metadata:CDO}"
- }
- },
- "slicer": {
- "type": "netcdf",
- "pixelIsPoint": "true",
- "bands": [{
- "name": "hourly_precipitation",
- "identifier": "PR1h"
- }],
- "axes": {
- "ansi": {
- "min": "datetime(regex_extract('${file:name}', '.*?(\\d+)\\.m\\d+.nc', 1), 'YYYYMMDDHH')",
- "gridOrder": 0,
- "crsOrder": 0,
- "type": "ansidate",
- "irregular": true,
- "resolution": "1",
- "dataBound": false
- },
- "ensemble": {
- "min": "int(regex_extract('${file:name}', '(.*).m(.*).nc', 2))",
- "gridOrder": 1,
- "crsOrder": 1,
- "irregular": true,
- "dataBound": false
- },
- "forecast_hour": {
- "min": "${netcdf:variable:time:min}",
- "max": "${netcdf:variable:time:max}",
- "directPositions": "${netcdf:variable:time}",
- "irregular": true,
- "resolution": "1",
- "gridOrder": 2,
- "crsOrder": 2
- },
- "rlat": {
- "min": "${netcdf:variable:rlat:min}",
- "max": "${netcdf:variable:rlat:max}",
- "gridOrder": 4,
- "crsOrder": 3,
- "resolution": "${netcdf:variable:rlat:resolution}"
- },
- "rlon": {
- "min": "${netcdf:variable:rlon:min}",
- "max": "${netcdf:variable:rlon:max}",
- "gridOrder": 3,
- "crsOrder": 4,
- "resolution": "${netcdf:variable:rlon:resolution}"
- }
- }
- }
- },
- "tiling": "aligned [0:0,0:0,0:0,0:450,0:379] TILE SIZE 685520"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement