Rseng Scientific File Formats

Covers choosing and handling scientific data formats in code: HDF5 and NetCDF for array data, CF conventions and standard metadata, Parquet for tabular data, domain standards (NeXus and similar), self-describing files, chunking and compression choices, and migrating away from fragile formats like pickles and ad-hoc binaries. Use when the user chooses a file format for research data, reads or writes HDF5/NetCDF/Parquet/zarr-style stores, asks about chunking, compression or metadata embedding, or ships data in CSV, pickle, MAT or homegrown binary formats that deserve scrutiny. (The surrounding data practice - versioning, deposit, licensing, documentation - is rseng-data-management.)

fdiblen Updated

File contents

fdiblen/rseng-agent-skills/tree/main/skills/rseng-scientific-file-formats commit a46bd00c13

Frequently asked questions

npx skillmds@latest add fdiblen/rseng-scientific-file-formats