Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 update streamlit #6

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ed889c3
Updated dashboard to planetary computer STAC catalogue
rosepearson Oct 3, 2024
abdfed3
Fixed errors in notebooks + update environment setup
rosepearson Oct 3, 2024
b948293
Update filtering sophistication to remove images with too much cloud …
rosepearson Oct 3, 2024
b55e7a4
cleared outputs
rosepearson Oct 3, 2024
041fbfc
added leigh's thresholding
rosepearson Oct 3, 2024
58d8a62
t push
rosepearson Oct 3, 2024
61c19ce
Added split geometry notebook for creating regular tiles
rosepearson Oct 14, 2024
0b9be8a
Merge branch '4-update-streamlit' of github.com:niwa/kelp-detection i…
rosepearson Oct 14, 2024
a627770
Updated plots t include an RGB display
rosepearson Oct 15, 2024
cdf0636
Update notebooks to plot and properly threshold cloud over ocean
rosepearson Oct 15, 2024
76a7105
Add a script to save the regular waikouaiti tile and rgb
rosepearson Oct 15, 2024
6a3a282
Update waikouaiti_experiment_Planetary_Computer.ipynb
rosepearson Oct 15, 2024
0975e21
applied to tile and updated with leighs thresholds and ensure masking…
rosepearson Oct 16, 2024
73a5277
Merge branch '4-update-streamlit' of github.com:niwa/kelp-detection i…
rosepearson Oct 16, 2024
50254d2
Update waikouaiti_experiment_Planetary_Computer.ipynb
rosepearson Oct 16, 2024
6706265
Update waikouaiti_pc_day.ipynb
rosepearson Oct 16, 2024
3138cda
Add selection from area plot for kelp display to view on dashboard an…
rosepearson Oct 16, 2024
59dbc0e
raster over satellite images
rosepearson Oct 16, 2024
35a5479
Updated for filtering by all cloud types and display with dates and s…
rosepearson Oct 17, 2024
8a7434b
tidy up notebooks
rosepearson Oct 17, 2024
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
24 changes: 24 additions & 0 deletions environment_complete.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

name: streamlit
channels:
- conda-forge
dependencies:
- pip
pip:
- geoviews
- jupyterlab
- rioxarray
- geoapis
- pystac-client
- odc-stac
- netcdf4
- python-dotenv
- streamlit
- streamlit-folium
- plotly_express
- planetary_computer
- dask
- distributed
- plotly
- nbformat
- hyplot
Loading