-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: miturbide <[email protected]> Co-authored-by: zequihg50 <[email protected]>
- Loading branch information
Showing
15 changed files
with
6,288 additions
and
4,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ dependencies: | |
- zarr | ||
- s3fs | ||
- seaborn | ||
- basemap | ||
- ipykernel | ||
- 'libnetcdf<4.9' | ||
- r-base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")' |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
notebooks/global_warming_levels/CMIP6_Atlas_WarmingLevels.csv
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.