-
Notifications
You must be signed in to change notification settings - Fork 132
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
Datasets and data sources that need API #1574
Comments
@henrykironde How should I proceed with this? In the issue mentioned, the dataset is uploaded as an R package on CRAN. |
This is an issue related to the GSOC project https://github.com/weecology/retriever/wiki/GSoC-2021-Project-Ideas#data-retriever-support-for-loginapi. The first step would be getting to know how the R tool downloads the data. There are many data sources that provide APIs or need login. Retriever can scale up to be able to do that. A good example is the Kaggle Api that we added. Having said that, this issue would best be solved as part of the summer work. But feel free to check it out and let me know |
I would like to take the GSOC project |
Yes you can communicate privately on gitter. How retriever/retriever/lib/engine.py Line 512 in c4840b3
|
CDC data uses API In the API they have away to list the datasets https://github.com/xmunoz/sodapy. That means we can add all their datasets with much ease. |
It uses the same API as opendata.utah.gov uses, which is the Socrata (Sodapy) API. So it would not add any new API, as I have already discussed the Socrata API for the project |
The text was updated successfully, but these errors were encountered: