Skip to content

Commit

Permalink
Merge pull request #34 from schckngs/main
Browse files Browse the repository at this point in the history
Adding pages
  • Loading branch information
schckngs authored Aug 11, 2023
2 parents 92a5419 + a222c2c commit fae4e42
Show file tree
Hide file tree
Showing 64 changed files with 7,473 additions and 2,204 deletions.
Binary file removed _build/dirhtml/.doctrees/dfo_mooring_plots.doctree
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/index.doctree
Binary file not shown.
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/interactive/interactive.doctree
Binary file not shown.
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/moorings/Puget_Sound.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/dirhtml/.doctrees/moorings/index.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
361 changes: 0 additions & 361 deletions _build/dirhtml/_sources/dfo_mooring_plots.ipynb.txt

This file was deleted.

8 changes: 4 additions & 4 deletions _build/dirhtml/_sources/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Download and display mooring data on a github pages website.
* Tobias Ferreira
* Veronica Martinez
* Johnathan Evanilla
* Christian Sarason
* Danilo Silva
* Halley McVeigh
* Hameed Ajibade

## Goals

Expand All @@ -58,10 +62,6 @@ Its objectives are to:

-->

Here is a plotly plot!

<iframe src="first_figure.html" width="100%" height="500" style="border:1px solid black;"> </iframe>


:::{admonition} Participant Quotes
:class: note
Expand Down
302 changes: 105 additions & 197 deletions _build/dirhtml/_sources/interactive/holoviz_plotting_tests.ipynb.txt

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion _build/dirhtml/_sources/interactive/interactive.md.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Interactive Viz

Adding some links in here!
Different python libraries that we have interactivity options:

Holoviz:
https://holoviz.org/ - Main holoviz plotting tools
https://panel.holoviz.org/getting_started/index.html - Panel, a tool to build interactive web apps

Streamlit:
https://streamlit.io/ - Main streamlit interactive web app page

Shiny:
We were only briefly able to test the use of Shiny, another commonly used interactive web app.
Shiny has options for both Python and R interactivity.
https://shiny.posit.co/

<iframe src="first_figure.html" width="100%" height="500" style="border:1px solid black;"> </iframe>

```{toctree}
:maxdepth: 2
Expand Down
617 changes: 617 additions & 0 deletions _build/dirhtml/_sources/moorings/Puget_Climatology.ipynb.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _build/dirhtml/_sources/moorings/Puget_Sound.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "4cab5295-3984-4db5-8383-df5e256d7475",
"metadata": {},
"source": [
"Puget Sound Plotting"
"# Puget Sound Plotting"
]
},
{
Expand Down
906 changes: 906 additions & 0 deletions _build/dirhtml/_sources/moorings/Puget_Sound1.ipynb.txt

Large diffs are not rendered by default.

398 changes: 398 additions & 0 deletions _build/dirhtml/_sources/moorings/Puget_Sound2.ipynb.txt

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions _build/dirhtml/_sources/moorings/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

We put together python notebooks for the following moorings:

* DFO Mooring E01 Summary
* Historical Data from DFO Moorings
* NANOOS Puget Sound Mooring ORCA3
* NANOOS Puget Sound Mooring NPBY1
* [DFO Mooring E01 Summary](erddap_DFO_moorings_E01.ipynb)
* [Historical Data from DFO Moorings](dfo_mooring_plots_copy.ipynb)
* [Puget Sound Mooring Data Plots](Puget_Sound1.ipynb)
* [Puget Sound Mooring Climatologies](Puget_Climatology.ipynb)

It would be very cool to be able to add more mooring pages automatically.

Expand All @@ -16,5 +16,6 @@ It would be very cool to be able to add more mooring pages automatically.

erddap_DFO_moorings_E01.ipynb
dfo_mooring_plots_copy.ipynb
Puget_Sound.ipynb
Puget_Sound1.ipynb
Puget_Climatology.ipynb
```
Loading

0 comments on commit fae4e42

Please sign in to comment.