Created
November 29, 2020 09:32
-
-
Save TNick/0570b719a053fa5b004e610c2a6d68f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "DomainSetType", | |
"generalGrid": { | |
"type": "GeneralGridCoverageType", | |
"srsName": "http://www.opengis.net/def/crs/OGC/1.3//3844", | |
"axisLabels": [ | |
"x", | |
"y" | |
], | |
"axis": [ | |
{ | |
"type": "RegularAxisType", | |
"axisLabel": "x", | |
"lowerBound": 546155.1560489489, | |
"upperBound": 548602.770504091, | |
"uomLabel": "metre", | |
"resolution": 0.3182439806451911 | |
}, | |
{ | |
"type": "RegularAxisType", | |
"axisLabel": "y", | |
"lowerBound": 474706.10115270154, | |
"upperBound": 477039.46601879207, | |
"uomLabel": "metre", | |
"resolution": 0.3182439806451911 | |
} | |
], | |
"gridLimits": { | |
"type": "GridLimitsType", | |
"srsName": "http://www.opengis.net/def/crs/OGC/0/Index2D", | |
"axisLabels": [ | |
"i", | |
"j" | |
], | |
"axis": [ | |
{ | |
"type": "IndexAxisType", | |
"axisLabel": "i", | |
"lowerBound": 0, | |
"upperBound": 7691 | |
}, | |
{ | |
"type": "IndexAxisType", | |
"axisLabel": "j", | |
"lowerBound": 0, | |
"upperBound": 7332 | |
} | |
] | |
} | |
}, | |
"_meta": { | |
"tags": { | |
"AREA_OR_POINT": "Point", | |
"TIFFTAG_RESOLUTIONUNIT": "1 (unitless)", | |
"TIFFTAG_SOFTWARE": "Arc/Info", | |
"TIFFTAG_XRESOLUTION": "3.142", | |
"TIFFTAG_YRESOLUTION": "3.142" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment