From 84e6d9ec75dbd5579928c316f22e0423f256050b Mon Sep 17 00:00:00 2001 From: MartinSchobben Date: Fri, 19 Jul 2024 10:48:59 +0000 Subject: [PATCH] Quarto output --- notebooks/01_classification.yml | 15 +++++++++++++++ notebooks/02_floodmapping.yml | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 notebooks/01_classification.yml create mode 100644 notebooks/02_floodmapping.yml diff --git a/notebooks/01_classification.yml b/notebooks/01_classification.yml new file mode 100644 index 0000000..92fc6fe --- /dev/null +++ b/notebooks/01_classification.yml @@ -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 \ No newline at end of file diff --git a/notebooks/02_floodmapping.yml b/notebooks/02_floodmapping.yml new file mode 100644 index 0000000..a06c192 --- /dev/null +++ b/notebooks/02_floodmapping.yml @@ -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 \ No newline at end of file