Created
May 20, 2011 23:44
-
-
Save tucotuco/984026 to your computer and use it in GitHub Desktop.
Ecoregion item JSON example
This file contains 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
{ | |
"item":{ | |
"source":"World Wildlife Fund (WWF)", | |
"type":"Ecoregion", | |
"name":"Admiralty Island lowland rain forests", | |
"description":"", | |
"storage":{ | |
"location":"G:/MoL/....", | |
"format":"esri-shape" | |
}, | |
"spatial":{ | |
"crs":{ | |
"epsg":6166, | |
"datum":{ | |
"epsg":4132, | |
"name":"WGS84" | |
}, | |
"projection":{ | |
"epsg":7132, | |
"name":"Mercator" | |
}, | |
"extent":{ | |
"text":"Global", | |
"coordinates":{ | |
"0": 57.0, | |
"1": -135.0, | |
"2": 58.4, | |
"3": -133.7 | |
} | |
} | |
"type":"vector", | |
"info": { | |
"resolution":{ | |
"type": "derived", | |
"value":1, | |
"unit":"degree" | |
}, | |
}, | |
"taxa": { | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment