Skip to content

Commit

Permalink
Add plotting methods (#295)
Browse files Browse the repository at this point in the history
* Create test file

* Updated test file

* Plotting functions

* Pydantic validators for plotting args

* Re-add biomass option for bio heatmap

* Tweaks to script test

* Transfer changes

* Rearranging plot functions

* Start creating plotting notebook recipes

* Notebook documentation page for plotting

* Remove unnecessary files

* Fix plotting documentation

* Adjustment to doc page

* Re-add missed dependency (`verde`)

* Re-add missing dependency (`cartopy`)

* Test diagnostic plotting file

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Tweaks to example notebook

* Drop `None` from `kwargs.get(_param_, None)`

* Overhaul to plotting methods (#8)

* Update to notebook

* Changes to kriged plot variable options

* Plotting function changes

* Pre-commit adjustments

* Change to self-referencing pydantic model

* Streamline geospatial configuration parameter updating in `Survey.plot`

* Test new pydantic classes

* Pydantic validator overhauls

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
brandynlucca and pre-commit-ci[bot] authored Nov 23, 2024
1 parent 1715598 commit 7a5ec86
Show file tree
Hide file tree
Showing 7 changed files with 2,025 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parts:
sections:
- file: example_notebooks/example_echopop_workflow
- file: example_notebooks/report_generation
- file: example_notebooks/plotting.ipynb
- file: theory
title: Underlying theory
sections:
Expand Down
546 changes: 546 additions & 0 deletions docs/example_notebooks/plotting.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 7a5ec86

Please sign in to comment.