Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.60 KB | None | 0 0
  1.  
  2. // NOTE: THESE FILES MISSING THE Ni then it cannot be ingested by rasql
  3. {
  4.   "config": {
  5.     "service_url": "http://localhost:8080/rasdaman/ows",
  6.     "tmp_directory": "/tmp/",
  7.     "crs_resolver": "http://localhost:8080/def/",
  8.     "default_crs": "http://localhost/def/OGC/0/Index2D",
  9.     "mock": false,
  10.     "automated": true,
  11.     "track_files": false,
  12.     "subset_correction": false
  13.   },
  14.   "input": {
  15.     "coverage_id": "t_ml_6_test_15",
  16.     "paths": [
  17.       "t_ml_6_31.grib"
  18.     ]
  19.   },
  20.   "recipe": {
  21.     "name": "general_coverage",
  22.     "options": {
  23.       "__comment__": "You need to provide the coverage description and the method of building it.",
  24.       "coverage": {
  25.         "crs": "OGC/0/Index1D?axis-label=\"ensemble\"@OGC/0/Index1D?axis-label=\"level\"@OGC/0/AnsiDate@EPSG/0/4326",
  26.         "metadata": {
  27.           "type": "json",
  28.           "global": {
  29.         "Data provider": "'${grib:centre}'",
  30.             "Parameter name": "'${grib:parameterName}'",
  31.             "Reference time": "'${grib:dataDate}'"
  32.           },
  33.           "local": {
  34.             "level": "${grib:level}"
  35.           }
  36.         },
  37.         "slicer": {
  38.           "type": "grib",
  39.           "bands": [
  40.             {
  41.               "name": "Temperature",
  42.               "definition": "Hybrid model level data",
  43.               "description": "Vertical model level data; contains 62 model levels with 50 ensemble members each. Global field for 23 September 2016.",
  44.               "nilReason": "The nil value represents nodata."
  45.             }
  46.           ],
  47.           "axes": {
  48.             "Lat": {
  49.               "min": "-89.8924 - 0.0702284375",
  50.               "max": "89.8924 + 0.0702284375",
  51.               "resolution": -0.140456875,
  52.               "gridOrder": 4
  53.             },
  54.             "Long": {
  55.               "min": "0 - 0.0702284375",
  56.               "max": "359.86 + 0.0702284375",
  57.               "resolution": 0.140456875,
  58.               "gridOrder": 3
  59.             },
  60.             "ansi": {
  61.               "min": "grib_datetime(${grib:dataDate}, ${grib:dataTime})",
  62.               "resolution": "1",
  63.               "gridOrder": 2
  64.             },
  65.         "level":{
  66.               "min": "${grib:level}",
  67.               "max": "${grib:level}",
  68.               "resolution": 1,
  69.               "gridOrder": 1
  70.             },
  71.             "ensemble":{
  72.               "min": "${grib:perturbationNumber} - 0.5",
  73.               "max": "${grib:perturbationNumber} + 0.5",
  74.               "resolution": 1,
  75.               "gridOrder": 0
  76.             }
  77.           }
  78.         }
  79.       },
  80.       "tiling": "REGULAR [0:0, 0:644, 0:320, 0:62, 0:51]"
  81.     }
  82.   }
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement