You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
identifiers for the basic spatial unit of the query
geo_filter : dict
required geometries above the specified geo_unit needed
to complete the query
apikey : str
USCB-issued API key for your query.
**kwargs : additional search predicates can be passed here
but there's no sign in the implementation of ever checking for a dict.
Before submitting a PR, would it be better to fix the docs? Or add support for it as a dict? I mostly use the ACS, and as far as I can tell, the for parameter in the API never takes more than one type, so I'm not sure there's need for a dict -- but maybe some of the other endpoints behave differently?
The text was updated successfully, but these errors were encountered:
This is very small, but the docs for
cenpy.remote.APIConnection.query
indicate thatgeo_unit
can bedict or string
cenpy/cenpy/remote.py
Lines 145 to 158 in 1072257
but there's no sign in the implementation of ever checking for a dict.
Before submitting a PR, would it be better to fix the docs? Or add support for it as a dict? I mostly use the ACS, and as far as I can tell, the
for
parameter in the API never takes more than one type, so I'm not sure there's need for a dict -- but maybe some of the other endpoints behave differently?The text was updated successfully, but these errors were encountered: