cmu-delphi / covidcast-indicators

Back end for producing indicators and loading them into the COVIDcast API.
https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html
MIT License
12 stars 17 forks source link

Add discussion of `params.json` and defaults to indicator manual #2002

Open nmdefries opened 3 months ago

nmdefries commented 3 months ago

Indicator manual

This section should discuss:

We also need to actually design a standard for params.json so that the indicators work more similarly.

nmdefries commented 3 months ago

Patch params section should probably always include a flag turning the patching functionality on/off.

aysim319 commented 2 months ago

We also don't have any validation for the params.json; Also would be nice to mention read_params() function; currently the function just json.loads from the file; Context: https://github.com/cmu-delphi/covidcast-indicators/pull/2000/files#r1709806702