We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/cmu-delphi/covidcast-csv-server was used to convert covidcast signal into a CSV format.
e.g.: https://delphi.cmu.edu/csv?signal=doctor-visits%3Asmoothed_adj_cli&start_day=2021-04-06&end_day=2021-05-04&geo_type=county
which results in covidcast-doctor-visits-smoothed_adj_cli-2021-04-06-to-2021-05-04.csv
the new covidcast api has a similar endpoint:
https://delphi.cmu.edu/epidata/covidcast/csv?signal=doctor-visits%3Asmoothed_adj_cli&start_day=2021-04-06&end_day=2021-05-04&geo_type=county
covidcast-doctor-visits-smoothed_adj_cli-2021-04-06-to-2021-05-04 (1).csv
from what I see the differences are:
Thus we could retire the CSV project and add a forward from /csv to /epidata/covidcast/csv for backwards compatibility.
The text was updated successfully, but these errors were encountered:
Favorable
Sorry, something went wrong.
No branches or pull requests
https://github.com/cmu-delphi/covidcast-csv-server was used to convert covidcast signal into a CSV format.
e.g.:
https://delphi.cmu.edu/csv?signal=doctor-visits%3Asmoothed_adj_cli&start_day=2021-04-06&end_day=2021-05-04&geo_type=county
which results in
covidcast-doctor-visits-smoothed_adj_cli-2021-04-06-to-2021-05-04.csv
the new covidcast api has a similar endpoint:
https://delphi.cmu.edu/epidata/covidcast/csv?signal=doctor-visits%3Asmoothed_adj_cli&start_day=2021-04-06&end_day=2021-05-04&geo_type=county
covidcast-doctor-visits-smoothed_adj_cli-2021-04-06-to-2021-05-04 (1).csv
from what I see the differences are:
Thus we could retire the CSV project and add a forward from /csv to /epidata/covidcast/csv for backwards compatibility.
The text was updated successfully, but these errors were encountered: