.cruft.json
.gitignore
.pre-commit-config-weekly.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
setup.cfg
.github/workflows/on-push.yml
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
emohawk/__init__.py
emohawk/metadata.py
emohawk/version.py
emohawk.egg-info/PKG-INFO
emohawk.egg-info/SOURCES.txt
emohawk.egg-info/dependency_links.txt
emohawk.egg-info/requires.txt
emohawk.egg-info/top_level.txt
emohawk/readers/__init__.py
emohawk/readers/archive.py
emohawk/readers/csv.py
emohawk/readers/directory.py
emohawk/readers/grib.py
emohawk/readers/json.py
emohawk/readers/netcdf.py
emohawk/readers/shapefile.py
emohawk/readers/zip.py
emohawk/wrappers/__init__.py
emohawk/wrappers/list.py
emohawk/wrappers/numpy.py
emohawk/wrappers/pandas.py
emohawk/wrappers/xarray.py
notebooks/cmip6.ipynb
notebooks/csv_reader.ipynb
notebooks/demo.ipynb
notebooks/satellite-aerosol.ipynb
notebooks/satellite-srb.ipynb
notebooks/zip_reader.ipynb
notebooks/data/ERA5_UK_mixed_multi_netcdf.zip
notebooks/data/ERA5_incompatible_mixed_multi_netcdf.zip
notebooks/data/ERA5_t2m_UK_multi_csv.zip
notebooks/data/ERA5_t2m_UK_multi_grib.zip
notebooks/data/ERA5_t2m_UK_multi_netcdf.zip
notebooks/data/ERA5_t2m_UK_multi_netcdf_no_time_dim.zip
notebooks/data/ERA5_t2m_UK_single_csv.zip
notebooks/data/ERA5_t2m_UK_single_grib.zip
notebooks/data/ERA5_t2m_UK_single_netcdf.zip
notebooks/data/cmip6.zip
notebooks/data/efas.zip
notebooks/data/era5.grib
notebooks/data/era5.nc
notebooks/data/meow-coastal-regions.zip
tests/test_00_version.py
tests/test_10_reader_csv.py
tests/test_10_reader_zip.py