Git Product home page Git Product logo

jroettenbacher / ac3-notebooks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ac3-tr/ac3-notebooks

0.0 0.0 0.0 2.54 MB

A set of example Jupyter IPython Notebooks to get you started with using data published within the Transregional Collaborative Research Centre TR 172 "Arctic Amplification: Climate Relevant Atmospheric and Surface Processes and Feedback Mechanisms - (AC)³

License: MIT License

Jupyter Notebook 100.00%

ac3-notebooks's Introduction

Repository of example scripts for the (AC)³ Project

In this repository, a number of example Jupyter notebooks are presented to access various Earth System Science datasets published within the scope of the TR172 Arctic Amplification: Climate Relevant Atmopsheric and Surface Processes and Feedback Mechanisms (AC)³ The datasets need to be downloaded separately from PANGAEA: Data Publisher for Earth & Environmental Science using the links provided in the respective notebooks.


Dependencies

A working Python stack, including NumPy, Matplotlib, Jupyter.

If you choose to use one of the available Python Distributions (e.g. Anaconda) the following steps can be skipped.

To setup a virtual Python3 environment, virtualenv is needed.

A new virtual environment can then be created in folder pyac3 using

> virtualenv -p python3 pyac3

After activation of the virtual environment using:

> source pyac3/bin/activate

Within the newly created environment, additionally needed Python packages can be installed using pip. Note that, depending on the notebook you want to excecute, not all packages might be necessary:

> pip install cython
> pip install numpy
> pip install matplotlib
> pip install scipy
> pip install cartopy
> pip install jupyter
> pip install python-hdf4
> pip install netcdf4

Starting a Jupyter Notebook server:

A Jupyter Notebook server can be started locally in the virtual environment using:

> source pyac3/bin/activate
> jupyter-notebook

The standard browser should pop up and the desired notebook file (something.ipynb) can be started by selecting it.

ac3-notebooks's People

Contributors

ac3-tr avatar mbuschmann avatar

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.