Skip to content
/ faampy Public

Tools for the analysis of data from the FAAM aircraft

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

ncasuk/faampy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This module helps with the processing and analysis of data from the FAAM aircraft. The documentation including recipes is available online at readthedocs.org.

Motivation

The faampy repository provides python modules for working with data from the FAAM aircraft. Its main goals are to minimize code duplication and to increase the efficiency of the data analysis. Spend less time data wrangling; spend more time on analysis.

Installation

The installation of the module is done in the usual way:

git clone https://github.com/ncasuk/faampy.git
cd faampy
python setup.py build
sudo python setup.py install

In case you do not have superuser rights on the computer you can use the "--user" option with the install command:

git clone https://github.com/ncasuk/faampy.git
cd faampy
python setup.py build
python setup.py install --user

Contributors

  • Axel Wellpott (FAAM)
  • Dave Tiddeman (MetOffice)

License

faampy is licenced under GNU Lesser General Public License (LGPLv3).