-
Notifications
You must be signed in to change notification settings - Fork 1
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
Package evaluation & first pass documentation #9
Comments
This is slated for Jin-Hong, tag incoming |
I have made some plots locally. Do I need to integrate the plotting functionality into the package? Btw, the two blog posts use R, so I instead follow the document of the |
We do not plan for the first release to include plotting. For these tests, write your own plotting code; for the documentation, focus on data fetching. |
(also, welcome!) |
Hi Katie, is there any document/precise definition for the fields in the new covid metadata? |
Not yet -- that's all documented as notes on the cell headers in the source spreadsheet. I'll give you read access. |
Thanks. I've added the docs for metadata about available sources and signals. While I have some other questions:
|
(1) (2) it's possible
so if |
For (1), I found that the current package uses 'covidcast/meta' endpoint while For (2), the current package can provide functionality as you suggest. Looks like I only need to fix the first issue. |
#10 This is the PR for initial documentation and guide for the package. Some next steps are:
|
@rzats Here is a task you can work on. Feel free to ping me here or on Slack if something is unclear! TL;DR: we need to build a basic query test file.
So some of the examples we want to port are in docstrings in the R functions. Here is an example for So what we would look like is to take those R queries and port them to this package. At this point, let's just write a single test file like I expect that there may be errors along the way when trying to reproduce these (for various reasons, like function input data types or parsing issues, etc.). Record those as TODO items here. |
Initial package evaluation and first pass documentation considered done. Moving bigger picture items to #11 |
The goal of this task is to better understand whether this package does what we need it to, and permit other Delphi members to understand the same without having to read the source.
Delphi blog posts that include plots also include the code used to produce those plots. Reproduce as many of the plots as you can from the following blog posts, using this package instead of
covidcast
.Use your newly acquired knowledge to flesh out the package documentation with the basics.
The text was updated successfully, but these errors were encountered: