Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace loop through Socrata datasets with a static CSV #2

Open
jasonlally opened this issue Jun 24, 2013 · 0 comments
Open

Replace loop through Socrata datasets with a static CSV #2

jasonlally opened this issue Jun 24, 2013 · 0 comments
Assignees

Comments

@jasonlally
Copy link
Owner

Looping through the Socrata datasets through the API every time is probably a little heavy handed given that these will change infrequently. Instead, replace this with a script to produce a CSV file that can be passed in as a parameter to the dataportalapi.py file. This makes the script more flexible so that, for example, CKAN instances could be added to a single CSV file with Socrata instances and then the API script can make the right calls depending on the catalog. Also, users could just add catalogs by hand, which can often times be the faster option.

@ghost ghost assigned jasonlally Jun 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant