Skip to content

Commit

Permalink
add climatology_average example (#341)
Browse files Browse the repository at this point in the history
* add climatology_average example

* add doc links for dependencies

* add to examples.rst

* Update climatology_average.ipynb

* Update gallery.yml

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* remove stacked plots and other comments

* fix from pull

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Heather Craker <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Anissa Zacharias <[email protected]>

* Update docs/examples/climatology_average.ipynb

Co-authored-by: Anissa Zacharias <[email protected]>

* fix xaxis, monthly, and thumbnail

* import style

* fix link to stable

---------

Co-authored-by: Heather Craker <[email protected]>
Co-authored-by: Anissa Zacharias <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2023
1 parent a70eda7 commit d3eb499
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 1 deletion.
Binary file added docs/_static/thumbnails/climatology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Here's some examples of how to use geocat-comp.
:hidden:

examples/calendar_average.ipynb
examples/climatology_average.ipynb
220 changes: 220 additions & 0 deletions docs/examples/climatology_average.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/gallery.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- title: Calendar Averaging
path: examples/calendar_average.ipynb
thumbnail: _static/thumbnails/sphx_glr_calendar_average_example.png

- title: Climatology Average
path: examples/climatology_average.ipynb
thumbnail: _static/thumbnails/climatology.png
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Although packages like Matplotlib are often used with GeoCAT-comp, they are cons
`optional` dependencies and must be explicitly installed.

If you are interested in learning more about how Conda environments work, please
visit the `managing environments <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html>`__
visit the `managing environments <https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-environments.html>`__
page of the Conda documentation.

Installing GeoCAT-comp in a Pre-existing Conda Environment
Expand Down

0 comments on commit d3eb499

Please sign in to comment.