Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/observingclouds/dshipconverter
- Owner: observingClouds
- Created: 2020-05-17T12:25:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T21:10:16.000Z (9 months ago)
- Last Synced: 2024-03-15T22:26:15.867Z (9 months ago)
- Topics: dship, eurec4a
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```