forked from JulianBruns/OpenSourceGIS_exercise01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
relief_gdalinfo.json
93 lines (93 loc) · 1.5 KB
/
relief_gdalinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"description":"relief_san_andres.tif",
"driverShortName":"GTiff",
"driverLongName":"GeoTIFF",
"files":[
"relief_san_andres.tif"
],
"size":[
360,
240
],
"coordinateSystem":{
"wkt":"GEOGCS[\"WGS 84\",\n DATUM[\"WGS_1984\",\n SPHEROID[\"WGS 84\",6378137,298.257223563,\n AUTHORITY[\"EPSG\",\"7030\"]],\n AUTHORITY[\"EPSG\",\"6326\"]],\n PRIMEM[\"Greenwich\",0],\n UNIT[\"degree\",0.0174532925199433],\n AUTHORITY[\"EPSG\",\"4326\"]]"
},
"geoTransform":[
-84.0,
0.0166666666666667,
0.0,
15.0,
0.0,
-0.0166666666666667
],
"metadata":{
"":{
"AREA_OR_POINT":"Area"
},
"IMAGE_STRUCTURE":{
"INTERLEAVE":"BAND"
}
},
"cornerCoordinates":{
"upperLeft":[
-84.0,
15.0
],
"lowerLeft":[
-84.0,
11.0
],
"lowerRight":[
-78.0,
11.0
],
"upperRight":[
-78.0,
15.0
],
"center":[
-81.0,
13.0
]
},
"wgs84Extent":{
"type":"Polygon",
"coordinates":[
[
[
-84.0,
15.0
],
[
-84.0,
11.0
],
[
-78.0,
11.0
],
[
-78.0,
15.0
],
[
-84.0,
15.0
]
]
]
},
"bands":[
{
"band":1,
"block":[
360,
22
],
"type":"Byte",
"colorInterpretation":"Gray",
"metadata":{
}
}
]
}