GithubHelp home page GithubHelp logo

wekeo / ocean-case-studies Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 115.18 MB

Repository of WEkEO Jupyter Notebooks for examples of marine case studies featuring EUMETSAT and/or CMEMS data.

Home Page: https://gitlab.eumetsat.int/eumetlab/oceans/ocean-training/applications/ocean-case-studies

License: Other

Jupyter Notebook 100.00%
ocean python copernicus earth-observation eumetsat jupyter-notebook remote-sensing sentinel-3 sentinel-6

ocean-case-studies's Introduction

Ocean Case Studies

Binder WEkEO


Python License: MIT

The ocean-case-studies repository contains notebooks on ocean phenomena that are generated by the Copernicus Marine Training Services to either accompany EUMETSAT website case studies or as standalone material.

For any questions about this repository, please contact [email protected].

License

This code is licensed under an MIT license. See file LICENSE.txt for details on the usage and distribution terms. No dependencies are distributed as part of this package. Copyright EUMETSAT 2023.

All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only.

Authors

Please see the AUTHORS.txt file for more information.

Prerequisites

You will require Jupyter Notebook to run this code. We recommend that you install the latest Anaconda Python distribution for your operating system. Anaconda Python distributions include Jupyter Notebook.

Dependencies

item version licence package info
python 3.9.13 PSF https://docs.python.org/3/license.html
xarray 2022.3.0 Apache-2.0 https://anaconda.org/conda-forge/xarray
netcdf4 1.5.8 MIT https://anaconda.org/conda-forge/netcdf4
shapely 1.8.0 BSD-3 https://anaconda.org/conda-forge/shapely
matplotlib 3.5.1 PSFL https://matplotlib.org/stable/users/project/license.html
cartopy 0.20.2 LGPL-3 https://scitools.org.uk/cartopy/docs/latest/copyright.html
jupyterlab 3.4.4 BSD-3 https://anaconda.org/conda-forge/jupyterlab
jupyter_nbextensions_configurator 0.6.1 BSD-3 https://anaconda.org/conda-forge/jupyter_nbextensions_configurator
ipywidgets 7.6.5 BSD-3 https://anaconda.org/conda-forge/ipywidgets
scikit-image 0.19.1 BSD-3 https://anaconda.org/conda-forge/scikit-image
plotly 5.6.0 MIT https://anaconda.org/conda-forge/plotly
bokeh 2.4.2 BSD-3 https://anaconda.org/conda-forge/bokeh
hda 0.3.7 Apache-2.0 https://pypi.org/project/hda/
eumartools 0.0.1 MIT https://anaconda.org/cmts/eumartools
ipykernel 6.4.1 BSD-3 https://anaconda.org/conda-forge/ipykernel
eumdac 1.0.0 MIT https://anaconda.org/eumetsat/eumdac
xmhw 0.8.0 Apache-2.0 https://anaconda.org/coecms/xmhw
motuclient 1.8.8 LGPL-3 https://anaconda.org/conda-forge/motuclient
opencv 4.6.0 BSD-3 https://anaconda.org/conda-forge/opencv
owslib 0.27.2 BSD-3 https://anaconda.org/conda-forge/owslib
beautifulsoup4 4.11.1 MIT https://anaconda.org/conda-forge/beautifulsoup4
requests 2.28.1 Apache-2.0 https://anaconda.org/conda-forge/requests

Installation

The simplest and best way to install these packages is via Git. Users can clone this repository by running the following commands from either their terminal (on Linux/OSx), or from the Anaconda prompt.

You can usually find your terminal in the start menu of most Linux distributions and in the Applications/Utilities folder on OSx. Alternatively, you should be able to find/open your Anaconda prompt from your start menu (or dock, or via running the Anaconda Navigator). Once you have opened a terminal/prompt, you should navigate to the directory where you want to put the code. Once you are in the correct directory, you should run the following command;

git clone --recurse-submodules --remote-submodules https://gitlab.eumetsat.int/eumetlab/oceans/ocean-training/applications/ocean-case-studies.git

This will make a local copy of all the relevant files.

Note: If you find that you are missing packages, you should check that you ran git clone with both the --recurse-submodules and --remote-submodules options.

Note: if you are using an older version of git, you may find that your submodules are empty. In this case, you need to remove the folder and re-run the line above with --recursive added to the end

Usage

This collection supports Python 3.9. Although many options are possible, the authors highly recommend that users install the appropriate Anaconda package for their operating system. In order to ensure that you have all the required dependencies, we recommend that you build a suitable Python environment, as discussed below.

Python environments

Python allows users to create specific environments that suit their applications. This tutorials included in this collection require a number of non-standard packages - e.g. those that are not included by default in Anaconda. In this directory, users will find a environment.yaml file which can be used to construct an environment that will install all the required packages.

To construct the environment, you should open either terminal (Linux/OSx) or an Anaconda prompt window and navigate to repository folder you downloaded in the Installation section above. In this folder there is a file called environment.yml. This contains all the information we need to install the relevant packages.

To create the environment, run:

conda env create -f environment.yml

This will create a Python environment called cmts_ocean_case_studies. The environment won't be activated by default. To activate it, run:

conda activate cmts_ocean_case_studies

Now you are ready to go!

Note: remember that you may need to reactivate the environment in every new window instance

Running Jupyter Notebook

This module is based around a series of Jupyter Notebooks. These support high-level interactive learning by allowing us to combine code, text description and data visualisations. If you have not worked with Jupyter Notebooks before, please look at the Introduction to Python and Project Jupyter module to get a short introduction to their usage and benefits.

To to run Jupyter Notebook, open a terminal or Anaconda prompt and make sure you have activated the correct environment. Again, navigate to the repository folder.

Now you can run Jupyter using:

jupyter lab

This should open Jupyter Lab in a browser window. On occasion, Jupyter may not be able to open a window and will give you a URL to past in your browser. Please do so, if required.

Note: Jupyter Notebook is not able to find modules that are 'above' it in a directory tree, and you will unable to navigate to these. So make sure you run the line above from the correct directory!

Now you can run the notebooks! We recommend you start with the Index module.

Collaborating, contributing and issues

If you would like to collaborate on a part of this code base or contribute to it please contact us on [email protected]. If you are have issues and need help, or you have found something that doesn't work, then please contact us at [email protected]. We welcome your feedback!



Overview for advanced users

Installation:

git clone --recurse-submodules --remote-submodules https://gitlab.eumetsat.int/eumetlab/oceans/ocean-training/applications/ocean-case-studies.git

Create and set environment

conda env create -f environment.yml
conda activate cmts_ocean_case_studies

WEkEO SPECIFIC

ipython kernel install --user --name=cmts_ocean_case_studies

Run

jupyter lab

ocean-case-studies's People

Contributors

wekeo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

sharadgupta27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.