Closed tlogan2000 closed 1 year ago
CSV exports can occasionnally not have coords (time, lat, lon) as first 3 columns
most likely only here where data is concatenated together https://github.com/bird-house/finch/blob/1b137c8c766a646d5c31d1b003415d731fbc9e3d/finch/processes/utils.py#L626C15-L626C15
but possibly here as well https://github.com/bird-house/finch/blob/1b137c8c766a646d5c31d1b003415d731fbc9e3d/finch/processes/utils.py#L638
Description
CSV exports can occasionnally not have coords (time, lat, lon) as first 3 columns
most likely only here where data is concatenated together https://github.com/bird-house/finch/blob/1b137c8c766a646d5c31d1b003415d731fbc9e3d/finch/processes/utils.py#L626C15-L626C15
but possibly here as well https://github.com/bird-house/finch/blob/1b137c8c766a646d5c31d1b003415d731fbc9e3d/finch/processes/utils.py#L638