WHOIGit / nes-lter-ims

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

fixes alphanumberic cast merging chl with bottle #82

Closed joannekoch closed 1 year ago

joannekoch commented 1 year ago

Casts are alphnaumeric and no longer integer. Change the cast from integer to string. The API was failing for the chloropyll endpoint for ar24b, en608, and ar34a cruises.

Test the api as follows: api/chl/ar24b.csv api/chl/en608.csv api/chl/ar34a.csv

fixes #81