enram / vptstools

Python library to transfer and convert vertical profile time series data
https://enram.github.io/vptstools/
MIT License
3 stars 1 forks source link

Cannot unzip gzip data #42

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago

Monthly data, e.g. https://aloft.s3-eu-west-1.amazonaws.com/baltrad/monthly/bejab/2023/bejab_vpts_202302.csv.gz return an error when trying to unzip on Mac:

Screenshot 2023-05-16 at 10 19 13
stijnvanhoey commented 1 year ago

when trying to unzip on Mac

Ok, it works on linux. What about windows?

Does it fail both using the UI and using command line?

peterdesmet commented 1 year ago
  1. Still experiencing it on Mac unzip
  2. Not experiencing it in readr
  3. Not experiencing it when I run gunzip bejab_vpts_202303.csv.gz
niconoe commented 1 year ago

I confirm I can reproduce this.

Would it be this bug from Archive utility?

If so, not much to do until Apple release a fix...

peterdesmet commented 1 year ago

@dimevil was able to open on Windows and @stijnvanhoey on Linux, so this does seem Mac OS related. Closing here.