-
-
Save andrewxhill/979937 to your computer and use it in GitHub Desktop.
Third pass at collections metadata JSON from Andrew
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
{ | |
"collection":{ | |
"source":"World Wildlife Fund (WWF)", | |
"type":"Ecoregion", | |
"name":"World Ecoregions", | |
"description":"The WWF's Conservation Science Program (CSP) has developed a biogeographic regionalization of the Earth's terrestrial biodiversity. WWF termed the biogeographic units ecoregions, defined as relatively large units of land or water containing distinct assemblages of natural communities sharing a large majority of species, dynamics, and environmental conditions. Ecoregions represent the original distribution of distinct assemblages of species and communities.", | |
"url":"http://www.worldwildlife.org/science/ecoregions/item1267.html", | |
"agreements":{ | |
"0":{"url": "http://www.worldwildlife.org/agreement.html" | |
"text": "A brief overview of the TOS", | |
"date": "last issued/viewed" }, | |
}, | |
"allowed_uses":{ | |
"visualization":{ | |
"0":"no", | |
"1":"yes" | |
}, | |
"download":{ | |
"0":"no", | |
"1":"yes" | |
}, | |
"references":{ | |
"0":{ | |
"authors":"Olson, D.M.; Dinerstein, E.; Wikramanayake, E.; Burgess, N.; Powell, G.; Underwood, E. C.; D'Amico, J.; Itoua, I.; Strand, H.; Morrison, J.; Loucks, C.; Allnutt, T.; Ricketts, T.H.; Kura, Y.; Wettengel, W.; Kassem,K.", | |
"year":2001, | |
"publication":"BioScience, Volume 51, Issue 11, p.933-938", | |
"title":"Terrestrial ecoregions of the world: a new map of life on earth" | |
} | |
}, | |
"storage":{ | |
"location":"G:/MoL/....", | |
"format":"ascii_grid" | |
}, | |
"spatial":{ | |
"crs":{ | |
"epsg":6166, | |
"datum":{ | |
"epsg":4132, | |
"name":"WGS84" | |
}, | |
"projection":{ | |
"epsg":7132, | |
"name":"Mercator" | |
}, | |
"extent":{ | |
"text":"Global", | |
"coordinates":{ | |
"0": -90.0, | |
"1": -180.0, | |
"2": 90.0, | |
"3": 180.0 | |
} | |
} | |
}, | |
"type":"grid", | |
"info": { | |
"resolution":{ | |
"type": "documented", | |
"value":1, | |
"unit":"degree" | |
}, | |
"item_is_a":"single species range map", | |
"variables":[ | |
{ | |
"name":"species occurrence", | |
"values": { | |
"0": "true", | |
"1": "false" | |
} | |
} | |
] | |
}, | |
"type":"vector", | |
"info": { | |
"resolution":{ | |
"type": "derived", | |
"value":1, | |
"unit":"degree" | |
}, | |
"variables":[ | |
{ | |
"name": "occurrence_type", | |
"values":{ | |
"1":"present", | |
"0":"absent" | |
}, | |
"type":"Integer_categorical" | |
}, | |
{ | |
"name": "seasonality", | |
"values":{ | |
"1":"resident", | |
"2":"breeding season", | |
"3":"non-breeding season", | |
"4":"passage", | |
"5":"Seasonal occurrence uncertain" | |
}, | |
"type":"Integer_categorical" | |
} | |
] | |
}, | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment