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
wqp.py lines 6-7 has this as a TODO. Seems easy enough to implement brute force following what was done for stations. How are these for function names (url term), and any that are missing or may have conflicts/complications?
All but activity metrics appear queriable using location (may just not be activity metrics where I tested) but they are not all queriable by siteid. For subsets of results (narrow, biological metadata) just pass dataProfile as a get_results param.
The text was updated successfully, but these errors were encountered:
* Added functions to query 7 more WQP tables (issue #35).
* Updated base_url to end with 'data/'. Although results and sites were redirected properly this is the full WQP base url and other data tables were not redirected properly.
* Added tests for new functions to wqp_test.py. Updated request_url for test_get_ratings() and test_what_sites() to pass md.url assert and reflect updated base_url.
* Added csv results for 7 new tests in wqp_test.py.
wqp.py lines 6-7 has this as a TODO. Seems easy enough to implement brute force following what was done for stations. How are these for function names (url term), and any that are missing or may have conflicts/complications?
All but activity metrics appear queriable using location (may just not be activity metrics where I tested) but they are not all queriable by siteid. For subsets of results (narrow, biological metadata) just pass dataProfile as a get_results param.
The text was updated successfully, but these errors were encountered: