xmunoz / sodapy

Python client for the Socrata Open Data API
MIT License
402 stars 114 forks source link

Tutorials and Usage Examples #41

Closed matthewwritter closed 6 years ago

matthewwritter commented 6 years ago

New users, particularly those without experience with Socrata, might benefit from a tutorial, plus a few template projects.

I'd be happy to start a PR if this sounds interesting! Let me know if there are any data sources or pieces of functionality that you think would be particularly good. Otherwise I'll dive in and figure something out.

xmunoz commented 6 years ago

Yeah, go for it!

matthewwritter commented 6 years ago

Great, I'll get going on it. Who knows how long it will take, but I'll aim for a minimum viable product in 1wk

matthewwritter commented 6 years ago

I took a run at it, but found that both "sandbox.demo.socrata.com" and "opendata.socrata.com" didn't work, giving an error when I try the get method. I'm trying "data.lacity.org" , but am not sure what parts of the string should go were. Could you give me a pointer?

EDIT: Figured it out!