Software for working with data from the BAS twin otter
Project description
# Tools for working with Twin-Otter data
![twinotter](https://github.com/EUREC4A-UK/twin-otter/workflows/twinotter/badge.svg)
## Useful Scripts
$> python -m twinotter.generate_summary <data_directory>
To plot a flight track with altitude:
$> python -m twinotter.plots.basic_flight_track <flight_data_path>
Interactive flight track with leg labelling:
$> python -m twinotter.plots.interactive_flight_track <flight_data_path>
## Install
$> git clone https://github.com/EUREC4A-UK/twin-otter.git $> cd twin-otter $> pip install .
If you are going to modify the code, replace the last line with
$> pip install -e .
Note that installing this package may initially fail due to some issues with cartopy.
You can:
install cartopy first via conda
$> conda install -c conda-forge cartopy
or manually install the cartopy dependencies (Following [this stack overflow answer](https://stackoverflow.com/a/56956172))
$> apt-get install libproj-dev proj-data proj-bin $> apt-get install libgeos-dev $> pip install cython $> pip install cartopy
## Testing
To run tests (which reside in tests/) use pytest:
$> pytest
Tests are automatically run on all commits pushed to github
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file twinotter-0.3.0.tar.gz
.
File metadata
- Download URL: twinotter-0.3.0.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4208d326ae13a19c9ebf10135ef0d1940d3cfbf412dca074ea59b78da8205abd |
|
MD5 | 0facd9027362da697843d72e8c448cf4 |
|
BLAKE2b-256 | 51d22b22fcfbbcd24efaef4d93f0a7ef95fbee7adafd15cfac5c5813d67d9fb0 |
File details
Details for the file twinotter-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: twinotter-0.3.0-py3-none-any.whl
- Upload date:
- Size: 29.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.2 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7da04cb7df4135c0032268796e12b8180e3ffaf39a9af6b1da0cfd89afeec4e |
|
MD5 | e8c4c79d25dd3f5c434dd38305b6e331 |
|
BLAKE2b-256 | c4526b7d11e4c0d82be7b573643425564f8910e0da622a3603a6a3e6eca86290 |