Skip to content

Commit

Permalink
tools: Add get_zarr_encoding() and get_netcdf_encoding()
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Apr 23, 2024
1 parent cb7ba18 commit f74b63d
Show file tree
Hide file tree
Showing 21 changed files with 305 additions and 17 deletions.
2 changes: 2 additions & 0 deletions dependencies/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
- "gbrey"

dependencies:
- "bottleneck"
- "cartopy"
- "cfgrib"
- "colorlog"
Expand All @@ -13,6 +14,7 @@ dependencies:
- "geopandas"
- "jinja2"
- "netCDF4"
- "numcodecs"
- "numpy"
- "pandas<2"
- "psutil"
Expand Down
2 changes: 2 additions & 0 deletions environments/base-p3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -17,6 +18,7 @@ dependencies:
- jigsaw>=0.9.12
- jinja2
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/base-p3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -17,6 +18,7 @@ dependencies:
- jigsaw>=0.9.12
- jinja2
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/base-p3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -17,6 +18,7 @@ dependencies:
- jigsaw>=0.9.12
- jinja2
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/base-p3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -17,6 +18,7 @@ dependencies:
- jigsaw>=0.9.12
- jinja2
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/full-p3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- gbrey
dependencies:
- black<24.0
- bottleneck
- bump2version
- cartopy
- cfgrib
Expand All @@ -29,6 +30,7 @@ dependencies:
- mkdocs-material
- mkdocstrings
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/full-p3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- gbrey
dependencies:
- black<24.0
- bottleneck
- bump2version
- cartopy
- cfgrib
Expand All @@ -29,6 +30,7 @@ dependencies:
- mkdocs-material
- mkdocstrings
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/full-p3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- gbrey
dependencies:
- black<24.0
- bottleneck
- bump2version
- cartopy
- cfgrib
Expand All @@ -29,6 +30,7 @@ dependencies:
- mkdocs-material
- mkdocstrings
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/full-p3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- gbrey
dependencies:
- black<24.0
- bottleneck
- bump2version
- cartopy
- cfgrib
Expand All @@ -29,6 +30,7 @@ dependencies:
- mkdocs-material
- mkdocstrings
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/viz-p3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -23,6 +24,7 @@ dependencies:
- matplotlib>=3.3
- mayavi
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/viz-p3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -23,6 +24,7 @@ dependencies:
- matplotlib>=3.3
- mayavi
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/viz-p3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -23,6 +24,7 @@ dependencies:
- matplotlib>=3.3
- mayavi
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
2 changes: 2 additions & 0 deletions environments/viz-p3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ channels:
- conda-forge
- gbrey
dependencies:
- bottleneck
- cartopy
- cfgrib
- colorlog
Expand All @@ -23,6 +24,7 @@ dependencies:
- matplotlib>=3.3
- mayavi
- netCDF4
- numcodecs
- numpy
- pandas<2
- pip
Expand Down
1 change: 1 addition & 0 deletions locks/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ asciitree==0.3.3 ; python_version >= "3.9" and python_version < "4"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "4"
black==24.3.0 ; python_version >= "3.9" and python_version < "4"
bottleneck==1.3.8 ; python_version >= "3.9" and python_version < "4"
bump2version==1.0.1 ; python_version >= "3.9" and python_version < "4"
cartopy==0.22.0 ; python_version >= "3.9" and python_version < "4"
catalogue==2.0.10 ; python_version >= "3.9" and python_version < "4"
Expand Down
1 change: 1 addition & 0 deletions locks/requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "4"
black==24.3.0 ; python_version >= "3.9" and python_version < "4"
bleach==6.1.0 ; python_version >= "3.9" and python_version < "4"
bokeh==3.4.0 ; python_version >= "3.9" and python_version < "4"
bottleneck==1.3.8 ; python_version >= "3.9" and python_version < "4"
bump2version==1.0.1 ; python_version >= "3.9" and python_version < "4"
cartopy==0.22.0 ; python_version >= "3.9" and python_version < "4"
catalogue==2.0.10 ; python_version >= "3.9" and python_version < "4"
Expand Down
1 change: 1 addition & 0 deletions locks/requirements-viz.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "4"
bleach==6.1.0 ; python_version >= "3.9" and python_version < "4"
bokeh==3.4.0 ; python_version >= "3.9" and python_version < "4"
bottleneck==1.3.8 ; python_version >= "3.9" and python_version < "4"
cartopy==0.22.0 ; python_version >= "3.9" and python_version < "4"
certifi==2024.2.2 ; python_version >= "3.9" and python_version < "4"
cffi==1.16.0 ; python_version >= "3.9" and python_version < "4"
Expand Down
1 change: 1 addition & 0 deletions locks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ anyio==4.3.0 ; python_version >= "3.9" and python_version < "4.0"
asciitree==0.3.3 ; python_version >= "3.9" and python_version < "4"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "4"
bottleneck==1.3.8 ; python_version >= "3.9" and python_version < "4"
cartopy==0.22.0 ; python_version >= "3.9" and python_version < "4"
certifi==2024.2.2 ; python_version >= "3.9" and python_version < "4"
cffi==1.16.0 ; python_version >= "3.9" and python_version < "4"
Expand Down
60 changes: 59 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f74b63d

Please sign in to comment.