Skip to content

Instantly share code, notes, and snippets.

@tucotuco
Created May 20, 2011 23:44
Show Gist options
  • Save tucotuco/984026 to your computer and use it in GitHub Desktop.
Save tucotuco/984026 to your computer and use it in GitHub Desktop.
Ecoregion item JSON example
{
"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