observingClouds / DSHIPconverter

DSHIP basic ship and meteorology converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSHIPconverter

Scripts to convert DSHIP data

⚠️ ** This script is not yet generalized and might not work for your project. Pull requests are welcome**

Installation

Install package with anaconda

conda create -n DSHIP
conda activate DSHIP
conda install -c observingClouds DSHIPconverter

Converting

Example of converting DSHIP data:

DSHIP2nc -i '/path/to/DSHIP/folder/*.dat' -o DSHIP_converted.nc

or in case the repository is only cloned

python convert_DSHIP.py -i '/path/to/DSHIP/folder/*.dat' -o DSHIP_converted.nc

EUREC4A METEOR DSHIP

This script works with the DSHIP data gathered onboard the RV METEOR. The data can be downloaded e.g. with

wget -r --cut-dirs=100 -A dat https://observations.ipsl.fr/aeris/eurec4a-data/SHIPS/RV-METEOR/DSHIP/

About

DSHIP basic ship and meteorology converter


Languages

Language:Python 100.0%