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

Standardize endpoint arg names and formats #242

Open
4 tasks
nmdefries opened this issue Jan 22, 2024 · 1 comment
Open
4 tasks

Standardize endpoint arg names and formats #242

nmdefries opened this issue Jan 22, 2024 · 1 comment

Comments

@nmdefries
Copy link
Contributor

nmdefries commented Jan 22, 2024

  • Integer-type geo codes (e.g. fips) should be able to be passed as integers to geo_values, like dates can
  • make pub_delphi support a range of epiweeks; currently only takes one epiweek date at a time. This could also be changed in delphi-epidata
  • don't like that endpoints don't all have the same args (although I can see why). Might be nice to unify them more, though. e.g. pub_ecdc_ili uses epiweeks when it could just use time_values
    • Call all date params that take epiweeks epiweeks, and all days dates.
@nmdefries nmdefries added this to the Z: epidatr & epidatpy milestone Jan 22, 2024
@nmdefries nmdefries mentioned this issue Jan 22, 2024
42 tasks
@brookslogan
Copy link
Contributor

Personally, I don't think FIPS should be allowed to be passed as an integer, since leading zeros are considered part of the code. But for other integer codes where this isn't the case this would make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants