Specific file names and wildcards can now be included/excluded when opening ZIP files: python data_1 = emohawk.open("my_file.zip", include="*.nc") Only unzip and open files ending in ".nc" data_2 = emohawk.open("my_file.zip", exclude=("*.png", "*.json")) Ignore PNG and JSON files
0.0.2b
- cgul harmonisation included when converting to xarray - notebook examples added