WHOIGit / nes-lter-ims

NES-LTER information system components
MIT License
5 stars 0 forks source link

REST API link not working for nutrient data for AT46 and AR61B #95

Closed difontaine closed 1 year ago

difontaine commented 1 year ago

AT46 and AR61B nutrient data were available through the REST API a few weeks ago but now the links: https://nes-lter-data.whoi.edu/api/nut/at46.csv https://nes-lter-data.whoi.edu/api/nut/ar61b.csv

Are not working – they report "404" when trying to connect

joannekoch commented 1 year ago

In neslter/parsing/files.py, KeyError was changed to DataNotFound error, but in add_nearest_station in neslter/workflow/stations.py the KeyError check for Station Metadata was not changed to DataNotFound.