Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "config": {
  3. "service_url": "http://localhost:8080/rasdaman/ows",
  4. "tmp_directory": "/tmp/",
  5. "crs_resolver": "http://localhost:8080/def/",
  6. "default_crs": "http://localhost:8080/def/OGC/0/Index2D",
  7. "mock": true,
  8. "automated": true,
  9. "track_files": false,
  10. "subset_correction": false
  11. },
  12. "input": {
  13. "coverage_id": "test_irr_netcdf",
  14. "paths": [
  15. "test_input.nc"
  16. ]
  17. },
  18. "recipe": {
  19. "name": "general_coverage",
  20. "options": {
  21. "coverage": {
  22. "crs": "EPSG/0/3577@OGC/0/AnsiDate",
  23. "metadata": {
  24. "type": "xml",
  25. "global": {
  26. }
  27. },
  28. "slicer": {
  29. "type": "netcdf",
  30. "pixelIsPoint": true,
  31. "bands": [
  32. {
  33. "name": "1",
  34. "description": "Nadir BRDF Adjusted Reflectance 0.43-0.45 microns (Coastal Aerosol)",
  35. "identifier": "b1",
  36. "nilValue": "-999"
  37. },
  38. {
  39. "name": "b2",
  40. "identifier": "b2",
  41. "nilValue": "-999"
  42. }
  43. ],
  44. "axes": {
  45. "ansi": {
  46. "min": "${netcdf:variable:ansi:min}",
  47. "max": "${netcdf:variable:ansi:max}",
  48. "directPositions": "${netcdf:variable:ansi}",
  49. "gridOrder": 2,
  50. "irregular": true
  51. },
  52. "E": {
  53. "min": "${netcdf:variable:E:min}",
  54. "max": "${netcdf:variable:E:max}",
  55. "gridOrder": 0,
  56. "resolution": 10000.0
  57. },
  58. "N": {
  59. "min": "${netcdf:variable:N:min}",
  60. "max": "${netcdf:variable:N:max}",
  61. "gridOrder": 1,
  62. "resolution": -10000.0
  63. }
  64. }
  65. }
  66. },
  67. "tiling": "ALIGNED [0:13, 0:999, 0:999] TILE SIZE 4000000"
  68. }
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement