You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only netcdf files can be read. We need to add a csv reader file.
Describe the solution you'd like
We must not change the defDatabase function, but depending on the extension of filename, we must define a parallel way to get all the variables from the .csv file. This means first use a read_csv then retrive all columns from the dataset.
As .csv is less constrained than netcdf, this also means some hypothesis on the format of the header for example.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your feature request
Only netcdf files can be read. We need to add a csv reader file.
Describe the solution you'd like
We must not change the
defDatabase
function, but depending on the extension offilename
, we must define a parallel way to get all the variables from the .csv file. This means first use aread_csv
then retrive all columns from the dataset.As .csv is less constrained than netcdf, this also means some hypothesis on the format of the header for example.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: