Hi, I am using this public API getLocationData from the R client.
https://github.com/AquaticInformatics/examples/blob/master/TimeSeries/PublicApis/R/timeseries_client.R#L305
The issue is that sometimes, the result's column names crash. I.e.
The correct column names are LocationName, Description, Identifier, ...
But for some locations, column names become V1, V2, V3, ....
It looks like when the location has many "Location Notes", the columns' names will malfunction. Please check.