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