Git Product home page Git Product logo

zapata's Introduction

Zapata

Computational and Mapping Library

A revolutionary library for analysis and plotting of meteorological data. The mapping is based on cartopy and GEOCAT libraries from NCAR. It uses xarray as a core data structure for all processing.

The directory examples_notebook contains working Jupyter Notebooks to illustarte different applications of Zapata.

Documentation

Zapata documentation is created using sphinx and it is sourced from the code itself.

To create a local copy of HTML documentation go to docs folder and type gmake html. If a previous compilation of the documentation exist, it is a good practice to clean up with gmake clean before updating the HTML files.

HTML documentation can be accessed opening the main page at docs/build/html/index.html

To update the entire content of the documentation (e.g., after the inclusion of new modules) go to docs folder and use sphinx-apidoc: sphinx-apidoc -f -e -M -o source ..

Setup working environemt

Python working environment can be setup using the provided conda environment.yml file:

conda env create -f environment.yml

conda activate zapata

To update your zapata environment with following updates use

conda env update -f environment.yml

Library content

zapata package

Contains computation modules and plotting modules along with dedicated functions to read input data form different datasets (local and remote).

  • computation : Routines for averaging and various computations

  • data : Information on data sets and routine to get data from the data sets

  • mapping : Mapping routines based on Cartopy

  • lib : Utilties for the rest of the modules.

klus package

Contains algorithms for data analysis contributed by Stefan Klus

  • algorithms : Routines for averaging and various computations

  • kernel : Information on data sets and routine to get data from the data sets

  • osbervables : Mapping routines based on Cartopy

interp module

subroutines for data interpolation

Zeus module

Functions to access and remote working on Zeus cluster

zapata's People

Contributors

tomaslovato avatar antonio-navarra avatar lstefanizzi avatar rastandy avatar eldoo 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.