Project Owner | Emma Daniels ([email protected]) |
---|---|
Development status | Alpha |
VirtualShipParcels is a command line simulator allowing students to plan and conduct a virtual research expedition, receiving measurements as if they were coming from actual oceanographic instruments including:
- ADCP (currents)
- CTD (conductivity and temperature)
- XBT (temperature)
- underwater measurements (salinity and temperature)
- surface drifters
- argo float deployments
For a normal installation do:
conda create -n ship -c conda-forge virtualship
conda activate ship
which creates an environment named ship
with the latest version of virtualship
. You can replace ship
with any name you like.
For a development installation, please follow the instructions detailed in the contributing page.
$ virtualship --help
Usage: virtualship [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
fetch Download the relevant data specified in an expedition directory...
init Initialize a directory for a new expedition, with an example...
run Do the expedition.
$ virtualship init --help
Usage: virtualship init [OPTIONS] PATH
Initialize a directory for a new expedition, with an example configuration.
Options:
--help Show this message and exit.
$ virtualship fetch --help
Usage: virtualship fetch [OPTIONS] PATH
Download the relevant data specified in an expedition directory (i.e., by
the expedition config).
Options:
--help Show this message and exit.
$ virtualship run --help
Usage: virtualship run [OPTIONS] PATH
Do the expedition.
Options:
--help Show this message and exit.
For examples, see the tutorials section of our documentation.
The scripts are written to work with A-grid ocean data from the Copernicus Marine Service.
The code for this project is hosted on GitHub.