Hi @ebranlard,
Thank you for building weio. I learned a lot by reading the source code.
I have a question. Many file formats in weio provide classes with methods to read/write specific files, convert them to DataFrame, dataset, etc.
Is it possible to convert between different file formats? For example, reading a TurbSim bts file and save it as a VTK file? or does this conversion need to be done manually?
I checked weio.converters.writeDataFrameToFormat but it converts dataframes only to csv, outb and parquet formats.
Best regards,
s.ouchene
Hi @ebranlard,
Thank you for building weio. I learned a lot by reading the source code.
I have a question. Many file formats in weio provide classes with methods to read/write specific files, convert them to DataFrame, dataset, etc.
Is it possible to convert between different file formats? For example, reading a TurbSim bts file and save it as a VTK file? or does this conversion need to be done manually?
I checked
weio.converters.writeDataFrameToFormatbut it converts dataframes only tocsv,outbandparquetformats.Best regards,
s.ouchene