Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New dev #237

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
pip install --no-deps -e .

remove:
mamba env remove --name $(PROJECT) --yes
mamba remove --name $(PROJECT) --all

pip_install:
pip install $(PROJECT)[all]==$(VERSION)
Expand Down
131 changes: 64 additions & 67 deletions docs/datasets/antarctica/bedmap_points.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/datasets/antarctica/ibcso.ipynb

Large diffs are not rendered by default.

80 changes: 47 additions & 33 deletions docs/datasets/antarctica/ibcso_coverage.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions env/RTD_env.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: RTD_env
channels:
- conda-forge
- nodefaults
dependencies:
- python==3.11
- pygmt
- setuptools # added to fix issue with pybtex
- pip
- pip:
- ../.[docs]
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- openpyxl
- pooch
- tqdm
- verde>=1.8.0
- verde
- xarray
- harmonica>=0.6.0
- pyproj
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ dependencies = [
"openpyxl", # needed for fetch.ghf to read an excel file into pandas
"pooch",
"tqdm",
"verde>=1.8.0",
"verde",
"xarray[io]", # includes netCDF4, h5netcdf, scipy, pydap, zarr, fsspec, cftime, rasterio, cfgrib, pooch
"harmonica>=0.6.0",
"harmonica>=0.6.0", # need load_oasis_montaj_grid function
"pyproj",
"rioxarray",
"scipy",
"numpy",
"pygmt>=0.10.0", # need parameter "log" for colorbar
"geopandas<1.0", # issue with pyogrio registering drivers
"geopandas<1.0", # issue with pyogrio registering drivers, should be fixed in pygmt v0.14
"zarr",
"python-dotenv",
"requests",
Expand Down
Loading
Loading