Advertisement
aghoshpro

Baveria Rasdaman

Nov 10th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. {
  2. "config": {
  3. "service_url": "http://localhost:8080/rasdaman/ows",
  4. "tmp_directory": "/tmp/",
  5. "mock": false,
  6. "automated": true,
  7. "track_files": false
  8. },
  9. "input": {
  10. "coverage_id":"Baveria_Temperature_MODIS_1km",
  11. "paths": [
  12. "/home/arkaghosh/Downloads/Baveria/Raster/Baveria_Temp_MOD11A1.061_1km_aid0001.nc"
  13. ]
  14. },
  15. "recipe": {
  16. "name": "general_coverage",
  17. "options": {
  18. "coverage": {
  19. "crs": "OGC/0/AnsiDate@EPSG/0/4326",
  20. "metadata": {
  21. "type": "xml",
  22. "global": "auto"
  23. },
  24. "slicer": {
  25. "type": "netcdf",
  26. "pixelIsPoint": true,
  27. "bands": [{
  28. "name": "LST_Night_1km",
  29. "variable": "LST_Night_1km",
  30. "description": "Daily Temp over Baveria from 01 Jan 2023 to October 31, 2023",
  31. "identifier": "LST_Night_1km",
  32. "nilvalue":"0"
  33. }],
  34. "axes": {
  35. "ansi": {
  36. "statements": "from datetime import datetime, timedelta",
  37. "min": "(datetime(2000,1,1,0,0,0) + timedelta(days=${netcdf:variable:time:min})).strftime(\"%Y-%m-%dT%H:%M\")",
  38. "max": "(datetime(2000,1,1,0,0,0) + timedelta(days=${netcdf:variable:time:max})).strftime(\"%Y-%m-%dT%H:%M\")",
  39. "directPositions": "[(datetime(2000,1,1,0,0,0) + timedelta(days=x)).strftime(\"%Y-%m-%dT%H:%M\") for x in ${netcdf:variable:time}]",
  40. "gridOrder": 0,
  41. "type": "ansidate",
  42. "resolution": 1,
  43. "irregular": true
  44. },
  45. "Long": {
  46. "min": "${netcdf:variable:lon:min}",
  47. "max": "${netcdf:variable:lon:max}",
  48. "gridOrder": 2,
  49. "resolution": "${netcdf:variable:lon:resolution}"
  50. },
  51. "Lat": {
  52. "min": "${netcdf:variable:lat:min}",
  53. "max": "${netcdf:variable:lat:max}",
  54. "gridOrder": 1,
  55. "resolution": "-${netcdf:variable:lat:resolution}"
  56. }
  57. }
  58. }
  59. },
  60. "tiling": "ALIGNED [0:0, 0:583, 0:395]"
  61. }
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement