Skip to content
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so

# Notebook example datasets downloaded locally
example_data/*/

# Distribution / packaging
.Python
build/
Expand Down
1 change: 1 addition & 0 deletions conda/environment-ep-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- numba # Helps ensure a recent version is installed
- numpy<2
- pip
- pooch
# -- holoviz --
- jupyter_bokeh
- datashader
Expand Down
1 change: 1 addition & 0 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- cartopy
- scipy
- numba # Helps ensure a recent version is installed
- pooch
# -- holoviz --
- jupyter_bokeh
- datashader
Expand Down
1 change: 1 addition & 0 deletions notebooks/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ parts:
- file: glider_AZFP
- file: seafloor_detection
- file: transient_noise
- file: resample_to_geometry
9 changes: 8 additions & 1 deletion notebooks/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@
repository: https://github.com/OSOceanAcoustics/echopype-examples/blob/main/notebooks/transient_noise.ipynb
notebook: transient_noise.ipynb
summary: Transient noise removal with echopype (two algorithms) and exploring the effects on Sv profiles.
image: images/gallery/08_transient_noise.png
image: images/gallery/08_transient_noise.png

- name: Regridding using a predetermined Grid
website: https://echopype-examples.readthedocs.io/en/latest/resample_to_geometry.html
repository: https://github.com/OSOceanAcoustics/echopype-examples/blob/main/notebooks/resample_to_geometry.ipynb
notebook: resample_to_geometry.ipynb
summary: Regridding using a predetermined Grid
image: images/gallery/10_resample_to_geometry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading