diff test-data/stere_info.json @ 0:c59d7204b3ce draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tools/gdal commit b964e8f7d7bb076d63a1c7bdfbbdba0f9074d517
author ecology
date Tue, 26 Feb 2019 11:50:09 -0500
parents
children 34b3877c6ba4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/stere_info.json	Tue Feb 26 11:50:09 2019 -0500
@@ -0,0 +1,133 @@
+{
+  "description":"\/tmp\/tmpKGvDAC\/files\/000\/dataset_1.dat",
+  "driverShortName":"GTiff",
+  "driverLongName":"GeoTIFF",
+  "files":[
+    "\/tmp\/tmpKGvDAC\/files\/000\/dataset_1.dat"
+  ],
+  "size":[
+    273,
+    265
+  ],
+  "coordinateSystem":{
+    "wkt":"PROJCS[\"unnamed\",\n    GEOGCS[\"WGS 84\",\n        DATUM[\"unknown\",\n            SPHEROID[\"WGS84\",6378137,298.257223563]],\n        PRIMEM[\"Greenwich\",0],\n        UNIT[\"degree\",0.0174532925199433]],\n    PROJECTION[\"Stereographic\"],\n    PARAMETER[\"latitude_of_origin\",71.4],\n    PARAMETER[\"central_meridian\",28.9],\n    PARAMETER[\"scale_factor\",1],\n    PARAMETER[\"false_easting\",0],\n    PARAMETER[\"false_northing\",0],\n    UNIT[\"metre\",1,\n        AUTHORITY[\"EPSG\",\"9001\"]]]"
+  },
+  "geoTransform":[
+    -64455.3594368340927758,
+    500.0,
+    0.0,
+    72521.1333649368607439,
+    0.0,
+    -500.0
+  ],
+  "metadata":{
+    "":{
+      "AREA_OR_POINT":"Area"
+    },
+    "IMAGE_STRUCTURE":{
+      "INTERLEAVE":"PIXEL"
+    }
+  },
+  "cornerCoordinates":{
+    "upperLeft":[
+      -64455.359,
+      72521.133
+    ],
+    "lowerLeft":[
+      -64455.359,
+      -59978.867
+    ],
+    "upperRight":[
+      72044.641,
+      72521.133
+    ],
+    "lowerRight":[
+      72044.641,
+      -59978.867
+    ],
+    "center":[
+      3794.641,
+      6271.133
+    ]
+  },
+  "wgs84Extent":{
+    "type":"Polygon",
+    "coordinates":[
+      [
+        [
+          27.0276591,
+          72.0409591
+        ],
+        [
+          27.1396419,
+          70.8540458
+        ],
+        [
+          30.9926275,
+          72.0387266
+        ],
+        [
+          30.867489,
+          70.8519537
+        ],
+        [
+          27.0276591,
+          72.0409591
+        ]
+      ]
+    ]
+  },
+  "bands":[
+    {
+      "band":1,
+      "block":[
+        273,
+        10
+      ],
+      "type":"Byte",
+      "colorInterpretation":"Red",
+      "metadata":{
+        "":{
+          "dataType":"1",
+          "name":"L_645",
+          "ScaleRatio":"0.203921568627",
+          "standard_name":"surface_upwelling_spectral_radiance_in_air_emerging_from_sea_water"
+        }
+      }
+    },
+    {
+      "band":2,
+      "block":[
+        273,
+        10
+      ],
+      "type":"Byte",
+      "colorInterpretation":"Green",
+      "metadata":{
+        "":{
+          "dataType":"1",
+          "name":"L_555",
+          "ScaleRatio":"0.227450980392",
+          "standard_name":"surface_upwelling_spectral_radiance_in_air_emerging_from_sea_water"
+        }
+      }
+    },
+    {
+      "band":3,
+      "block":[
+        273,
+        10
+      ],
+      "type":"Byte",
+      "colorInterpretation":"Blue",
+      "metadata":{
+        "":{
+          "dataType":"1",
+          "name":"L_469",
+          "ScaleRatio":"0.329411764706",
+          "standard_name":"surface_upwelling_spectral_radiance_in_air_emerging_from_sea_water"
+        }
+      }
+    }
+  ]
+}
\ No newline at end of file