Skip to content

Commit

Permalink
Update notebooks for echopype v0.8.4 (#42)
Browse files Browse the repository at this point in the history
* test rerun echopype_tour

* update hake EK60 notebook

* update OOI EK60 notebook

* update OOI notebook, add lazy-load ed

* update .gitignore

* update env yaml file

* move frequency selector to the top in echopype_tour

* rerun hake notebook with echopyp v0.8.4

* update OOI notebook, have not rerun on v084 due to server connection problem

* small text update

* complete rerun of OOI notebook
  • Loading branch information
leewujung authored Apr 26, 2024
1 parent a5c73ed commit a4b6dd2
Show file tree
Hide file tree
Showing 5 changed files with 8,265 additions and 4,699 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

notebooks/exports/
notebooks/dask-worker-space/

*.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
10 changes: 7 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: echopype
name: echopype_examples
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10
- ipykernel
# Keep the version to the latest release
- echopype==0.8.1
- s3fs
- geopandas
- cartopy
Expand All @@ -15,3 +13,9 @@ dependencies:
- datashader
- holoviews
- hvplot
# -- echopype --
# latest release
- echopype=0.8.4
# main branch (contains new changes)
# - pip:
# - git+https://github.com/OSOceanAcoustics/echopype
Loading

0 comments on commit a4b6dd2

Please sign in to comment.