Skip to content

Jupyter Lab Container with Google Earth Engine: for model data evaluation

Shawn P. Serbin edited this page Oct 7, 2022 · 5 revisions

We have two JupyterLab containers we have setup: "elmlab_3.3.2" is the primary one we will use for the workshop that supplies the the basic environment most users need. We also have "elmlab_gee_3.3.2" for an environment containing the Google Earth Engine (GEE) and geemap libraries, allowing for comparison of ELM with GEE layers.

  • This option will require you have a GEE account
  • Open a terminal window on your computer (or use existing terminal window).
  • In the terminal window type or copy and paste the command below into the terminal and hit enter
docker pull fasstsimulation/fasst_simulation_tools:elmlab_gee_3.3.2

Using the GEE notebook to explore model-data comparisons and benchmarking

Shawn to add instructions here