We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064a4fd commit fc6ea47Copy full SHA for fc6ea47
src/server/_params.py
@@ -59,7 +59,7 @@ def __init__(self, geo_type: str, geo_values: Union[bool, Sequence[str]]):
59
if geo_values == ['']:
60
raise ValidationFailedException(f"geo_value is empty for the requested geo_type {geo_type}!")
61
# TODO: keep this translator in sync with CsvImporter.GEOGRAPHIC_RESOLUTIONS in acquisition/covidcast/ and with GeoMapper
62
- # We are not updating hsa_nci here as this was done with the older geomapper code which does not support the same hsa definition.
+ # NOTE: We are not including `hsa_nci` here as the geomapper code does not support that version of the HSA definition.
63
geo_type_translator = {
64
"county": "fips",
65
"state": "state_id",
0 commit comments