Skip to content

Commit

Permalink
squash merged devel
Browse files Browse the repository at this point in the history
Co-authored-by: miturbide <[email protected]>
Co-authored-by: zequihg50 <[email protected]>
  • Loading branch information
zequihg50 and miturbide committed Dec 17, 2024
1 parent 485718f commit ca60af3
Show file tree
Hide file tree
Showing 15 changed files with 6,288 additions and 4,582 deletions.
1 change: 1 addition & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- zarr
- s3fs
- seaborn
- basemap
- ipykernel
- 'libnetcdf<4.9'
- r-base
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ The original netCDF files of the Interactive Atlas dataset may be downloaded fro

## Global warming levels

- [Python](notebooks/global_warming_levels/global_warming_levels_python.ipynb)
- [R](notebooks/global_warming_levels/global_warming_levels_R.ipynb)
- [Python](notebooks/maps_of_change/Maps_of_change_under_global-warming-levels_python.ipynb)
- [R](notebooks/maps_of_change/Maps_of_change_under_global-warming-levels_R.ipynb)

## Regional aggregation

- [Python](notebooks/regional_aggregation/Regional_aggregation_and_visualization_R.ipynb)
- [R](notebooks/regional_aggregation/Regional_aggregation_and_visualization_python.ipynb)

## Global Surface Air Temperature changes in future scenarios

- [Python](notebooks/gsat_scenarios/gsat_scenarios_python.ipynb)
- [Python](notebooks/time-series_of_change/GSAT-change_time-series_python.ipynb)

## Performance evaluation

- [Python](notebooks/performance_analysis/hub.ipynb)
- [Python](notebooks/performance_analysis/analysis.ipynb)

File renamed without changes.
28 changes: 28 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
FROM jupyter/base-notebook:latest

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC

USER root
RUN apt-get update && apt-get install -y xorg git wget build-essential tzdata && apt-get clean && \
chown -R jovyan:users /home/jovyan

USER jovyan
RUN conda install mamba -y -n base -c conda-forge && \
mamba install -y -n base jupyter 'libsqlite<3.46' nbgitpuller jupyterhub-idle-culler jupyterlab-git

RUN conda create -n xarray && \
source /opt/conda/bin/activate xarray && \
mamba install -y 'libnetcdf<4.9' jupyter xarray pandas matplotlib cartopy netcdf4 cftime dask iris zarr s3fs h5py gcsfs siphon beautifulsoup4 scikit-learn geopandas h5netcdf \
nco cdo cf-python cf-plot && \
python -m ipykernel install --name xarray --display-name "xarray" --prefix /opt/conda

RUN conda create -n climate4r && \
source /opt/conda/bin/activate climate4r && \
mamba install -y -n climate4r -c conda-forge -c r -c defaults -c santandermetgroup \
r-climate4r jupyter \
r-sf r-rgeos r-rgdal r-systemfonts r-terra r-lwgeom r-svglite r-satellite r-zip r-mapview r-dplyr r-shiny r-leafpop \
r-curl r-httr \
nco cdo \
r-irkernel && \
R --vanilla -e 'IRkernel::installspec(name = "climate4r", displayname = "climate4R", user = FALSE, prefix="/opt/conda")'
225 changes: 108 additions & 117 deletions notebooks/getting_started_R.ipynb

Large diffs are not rendered by default.

179 changes: 94 additions & 85 deletions notebooks/getting_started_python.ipynb

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions notebooks/global_warming_levels/CMIP6_Atlas_WarmingLevels.csv

This file was deleted.

Loading

0 comments on commit ca60af3

Please sign in to comment.