bird-house / finch

A Web Processing Service for Climate Indicators
https://finch.readthedocs.io/en/latest/
Apache License 2.0
13 stars 5 forks source link

Reorder csv output columns #303

Closed tlogan2000 closed 1 year ago

tlogan2000 commented 1 year ago

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