https://github.com/ncasuk/decades-pp
Post processing library for the data from the FAAM aircraft
https://github.com/ncasuk/decades-pp
atmospheric-sciences data-analysis data-processing meteorology science
Last synced: 3 months ago
JSON representation
Post processing library for the data from the FAAM aircraft
- Host: GitHub
- URL: https://github.com/ncasuk/decades-pp
- Owner: ncasuk
- Created: 2016-12-15T22:29:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T11:10:46.000Z (over 2 years ago)
- Last Synced: 2024-12-06T20:59:07.765Z (over 1 year ago)
- Topics: atmospheric-sciences, data-analysis, data-processing, meteorology, science
- Language: Python
- Homepage: https://www.faam.ac.uk
- Size: 1.36 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===============================
DECADES post processing package
===============================
ppodd (Post Processing of Decades Data - ppodd) is the library of python modules for processing aircraft data.
This includes c_runmod.so which in turn calls legacy fortran code in ppodd/fortran_modules.
Installation
============
Typical usage::
git clone https://github.com/ncasuk/decades-pp.git
cd decades-pp
python setup build
sudo python setup install
The fortran_modules can be built like this::
cd decades_pp/ppodd/fortran_modules #
make # build fortran libraries
Running from command line
=========================
Example for processing a flight::
PPODD -o data/core_faam_YYYYMMDD_v001_r0_bNNN.nc \
data/flight-cst_faam_r0_YYYYMMDD_bNNN.txt data/bNNN_raw:M3 \
-o data/core_faam_YYYYMMDD_v001_r0_bNNN
or::
PPODD
for the GUI.