Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/observingclouds/dshipconverter

DSHIP basic ship and meteorology converter
https://github.com/observingclouds/dshipconverter

dship eurec4a

Last synced: about 1 month ago
JSON representation

DSHIP basic ship and meteorology converter

Awesome Lists containing this project

README

        

# DSHIPconverter

Scripts to convert DSHIP data

| :warning: ** 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:
```bash
DSHIP2nc -i '/path/to/DSHIP/folder/*.dat' -o DSHIP_converted.nc
```
or in case the repository is only cloned
```bash
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
```bash
wget -r --cut-dirs=100 -A dat https://observations.ipsl.fr/aeris/eurec4a-data/SHIPS/RV-METEOR/DSHIP/
```