pdxjohnny / smartcities

Smart Cities application
0 stars 0 forks source link

Park and emissions data #4

Open TristanDamron opened 9 years ago

TristanDamron commented 9 years ago

Can I extract the park and emissions data via the api? I'm having difficulty accessing it.

pdxjohnny commented 9 years ago

The API was down should be back now, you can access it with

api.raw_data("Emissions By Hour", function (data) { console.log(data); }, {"limit": 100} );
api.raw_data("Emissions By Station", function (data) { console.log(data); }, {"limit": 100} );
api.raw_data("PDX Parks with Locations", function (data) { console.log(data); }, {"limit": 100} );
TristanDamron commented 9 years ago

Okay cool. When do you think the scores for the data will be available?