Geocommons support.
http://geocommons.com is a massive resource for open geospatial data. It would be neat to include support for this:
* It's run by ESRI, who are big in the GIS world and tend to create long lasting standards (Such as shapefile)
* Seems to contain a good deal more useful data than ikimaps, data is creative commons licensed. (Example, I'm able to find trails for national parks, etc)
* The data is available as KML.
* The API seems easy to implement:
- [0][root@cylon]/2/earth> wget -qO- http://geocommons.com/search.json?model=overlay\&query=olympic+trails|js-beautify -i
-
{
-
"entries": [{
-
"icon_path": null,
-
"feature_count": 933,
-
"pk": 13611,
-
"type": "Overlay",
-
"layer_size": 4583102,
-
"title": "Olympic National Park Trails",
-
"short_classification": null,
-
"analyzable": true,
-
"data_type": "Dataset",
-
"is_temporal": null,
-
"link": "http://geocommons.com/overlays/13611.json",
-
"name": "Olympic National Park Trails",
-
"bbox": [47.5019, -124.732, 48.2752, -123.126],
-
"description": "This is a coverage of trails in Olympic National Park. Attributes include trail identification codes, names of the trails, description of linkages to other trails, the type of trail, and trail mileage.",
-
"permissions": {
-
"download": true,
-
"edit": false,
-
"view": true
-
},
-
"detail_link": "http://geocommons.com/overlays/13611",
-
"contributor": {
-
"uri": "http://geocommons.com/users/tyler",
-
"name": "tyler"
-
},
-
"published": "1997-03-06T07:00:00-05:00",
-
"created": "2009-06-18T01:20:57Z",
-
"author": {
-
"name": "",
-
"source": "United States National Parks Service"
-
},
-
"id": "overlay:13611",
-
"geometry_types": ["line"],
-
"tags": ["clallamcounty, nationalparks, nps, olympics, outdoors, trails, unitedstates, washington"],
-
"unique_name": null
-
}],
-
"totalResults": 1,
-
"itemsPerPage": 10
-
}
-
[0][root@cylon]/2/earth>
-
[0][root@cylon]/2/earth> wget -qO- http://geocommons.com/overlays/13611.kml |egrep -io '<placemark' |wc -l
- 933
[0][root@cylon]/2/earth>
Replies have been locked on this page!