Skip to content

Commit

Permalink
Add h3 and shapely (#27)
Browse files Browse the repository at this point in the history
Check list:

- [X] PR description is meaningful.
- [ ] `./generate_requirements.sh` has been executed (when appropriate).
- [ ] `./check_docker.sh` executes successfully locally.
- [ ] `./build_docker.sh` executes successfully locally.
- [x] Zoose version in `.env` has been updated appropriately.
- [ ] Commit has been tagged `git tag X.Y.Z` with `X.Y.Z` as in `.env`.
- [x] `README` has been updated (if applicable).
  • Loading branch information
ianhellstrom authored Jun 13, 2023
1 parent ce1a3ab commit e97211b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PREFIX=databaseline/zoose
BASE=databaseline/zoose-base
TAG=4.1.0
TAG=4.2.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ Zoose Quantum includes everything from Zoose Base as well as:
Zoose Geo includes everything from Zoose Base as well as:
- Geopandas 0.13
- Geoplot 0.5
- h3 3.7
- h5py 3.8
- netCDF4 1.6
- shapely 2.0
- xarray 2023.5
- zarr 2.14

Expand Down
2 changes: 2 additions & 0 deletions geo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
gdal==3.4.1
geopandas==0.13.0
geoplot==0.5.1
h3==3.7.6
h5py==3.8.0
netCDF4==1.6.3
shapely==2.0.1
xarray==2023.5.0
zarr==2.14.2

0 comments on commit e97211b

Please sign in to comment.