atmoschem / eixport

Export Emissions to Atmospheric Models
https://atmoschem.github.io/eixport/
Other
27 stars 10 forks source link

Add support to CSVY #43

Closed ibarraespinosa closed 3 years ago

ibarraespinosa commented 4 years ago

CSVY is a file format consisting in a YAML header followed by the CSV data. The header would be benefical for exporting data with columns with different units. For instance, exporting a file to_as4wrf in CSVY format would include the units and type of file for each column

ibarraespinosa commented 3 years ago

data.table::fread can do tis nicely