ropensci/dataaimsr

Get filters values inconsistent

Closed this issue · 0 comments

Not all parameters listed here
https://aims.github.io/data-platform/weather/index
https://aims.github.io/data-platform/temperature-loggers/index

are functional from the R side of things. For instance, time-from and time-through do not work for the Sea Water Temp data sets. It'd be great if we could update those on the API side of things, and standardise them between both datasets. For instance, another inconsistency is that the filter list names are different for filter_values_get and aims_data_get for SST data. e.g.:

ssts_filters_sites <- filter_values_get(ssts_doi, filter_name = "sites")
works, but
ssts_filters_sites <- filter_values_get(ssts_doi, filter_name = "site-name")

doesn't, even though site-name is listed as a parameter in the temperature-logger page.