Database Reference
In-Depth Information
id='Quote'
position='200'
error='false'
numsubpods='1'>
<subpod title=''>
<plaintext>$19.72(GE | NYSE | Friday 1:00:18 pm PST | 27 hrs ago)</plaintext>
...
Locations
Geographic information is such a wide ield that it probably deserves its own guide, but here I'm
going to focus on the most useful and accessible data sources I've found. All of these take some
kind of geographic location, either a place name, an address, or latitude/longitude coordinates,
and return additional information about that area.
SimpleGeo
This is a compendium of useful geographic data, with a simple REST interface to access it. You
can use the Context API to get additional information about a location and Places to ind points
of interest nearby. There are no rate limits , but you do have to get an API key and use OAuth to
authenticate your calls:
http://api.simplegeo.com/1.0/context/37.778381,-122.389388.json
{
"query":{
"latitude":37.778381,
"longitude":-122.389388
},
"timestamp":1291766899.794,
"weather": {
"temperature": "65F",
"conditions": "light haze"
}, {
"demographics": {
"metro_score": 9
},
"features":[
{
"handle":"SG_4H2GqJDZrc0ZAjKGR8qM4D_37.778406_-122.389506",
"license":"http://creativecommons.org/licenses/by-sa/2.0/",
"attribution":"(c) OpenStreetMap (http://openstreetmap.org/) and
contributors CC-BY-SA (http://creativecommons.org/licenses/by-sa/2.0/)",
"classifiers":[
Search WWH ::




Custom Search