eds-book-gallery / bc30df18-fce2-42fa-aade-1ce5b7f3ca3c

Exploring the SEVIRI Level 1.5 dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environmental Data Science Book

thumbnail

SEVIRI Level 1.5

license render review

binder binder

RoHub doi

thumbnail

How to run

Running on Binder

The notebook is designed to be launched from Binder.

Click the Launch Binder button at the top level of the repository

Running locally

You may also download the notebook from GitHub to run it locally:

  1. Open your terminal

  2. Check your conda install with conda --version. If you don't have conda, install it by following these instructions (see here)

  3. Clone the repository

    git clone https://github.com/eds-book-gallery/bc30df18-fce2-42fa-aade-1ce5b7f3ca3c.git
  4. Move into the cloned repository

    cd bc30df18-fce2-42fa-aade-1ce5b7f3ca3c
  5. Create and activate your environment from the .binder/environment.yml file

    conda env create -f .binder/environment.yml
    conda activate bc30df18-fce2-42fa-aade-1ce5b7f3ca3c
  6. Launch the jupyter interface of your preference, notebook, jupyter notebook or lab jupyter lab

Credits

The How to run section was adapted from the Project Pythia Cookbook project. The workflow actions were adapted from 2i2c’s hub-user-image-template released under BSD-3-Clause license.

About

Exploring the SEVIRI Level 1.5 dataset

License:Other


Languages

Language:Jupyter Notebook 100.0%