ioos / bio_data_guide

Standardizing Marine Biological Data Working Group - An open community to facilitate the mobilization of biological data to OBIS.
https://ioos.github.io/bio_data_guide/
MIT License
45 stars 21 forks source link

creating compressed zip and adding data to repo #181

Closed MathewBiddle closed 1 year ago

MathewBiddle commented 1 year ago

Using pandas.to_csv(compression='zip') to write data to compressed zip files. Reduced sizes by ~95%!

MathewBiddle commented 1 year ago

Part of #147