Skip to content

Commit

Permalink
Quarto output
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 19, 2024
1 parent eac5514 commit 84e6d9e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions notebooks/01_classification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 01_classification
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- mamba
- jupyter
- xarray
- cmcrameri
- python-dotenv
- rasterio
- folium
- pip:
- eodag
18 changes: 18 additions & 0 deletions notebooks/02_floodmapping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 02_floodmapping
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- mamba
- jupyter
- eomaps
- numpy
- scipy
- xarray
- zarr
- netcdf4
- ipykernel
- ipympl
- ipywidgets
- datashader

0 comments on commit 84e6d9e

Please sign in to comment.