Advertisement
Guest User

wcs_extract recipe

a guest
Nov 20th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. wcs_extract recipe
  2.  
  3. {
  4.  
  5. "config": {
  6.  
  7. "service_url": "http://localhost:8080/rasdaman/ows",
  8.  
  9. "tmp_directory": "/tmp/",
  10.  
  11. "crs_resolver": "http://localhost:8080/def/",
  12.  
  13. "default_crs": "http://localhost:8080/def/crs/EPSG/0/4326",
  14.  
  15. "mock": false,
  16.  
  17. "automated": true,
  18.  
  19. "subset_correction": false,
  20.  
  21. "skip": false
  22.  
  23. },
  24.  
  25. "input": {
  26.  
  27. "coverage_id": "alex",
  28.  
  29. "paths": [
  30.  
  31. ""
  32.  
  33. ]
  34.  
  35. },
  36.  
  37. "recipe": {
  38.  
  39. "name": "wcs_extract",
  40. "options": {
  41. "coverage_id": "AvgLandTemp",
  42. "wcs_endpoint": "http://flanche.com:9090/rasdaman/ows",
  43. "partitioning_scheme": [
  44. 4000,
  45. 4000,
  46. 1
  47. ],
  48. "tiling": "ALIGNED [0:500, 0:500]"
  49. }
  50.  
  51. }
  52.  
  53. }
  54.  
  55.  
  56.  
  57. Error when running recipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement