shipspy

shipspy: ship campaign data processing and standardisation

https://github.com/shipspy-development/shipspy

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary

Keywords

calitoo campaign ceilometer ctd dship hatpro microtops-sun-photometer processing radiosonde research-vessel ship uav
Last synced: 4 months ago · JSON representation ·

Repository

shipspy: ship campaign data processing and standardisation

Basic Info
  • Host: GitHub
  • Owner: shipspy-development
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 153 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 2
Topics
calitoo campaign ceilometer ctd dship hatpro microtops-sun-photometer processing radiosonde research-vessel ship uav
Created about 2 years ago · Last pushed 4 months ago
Metadata Files
Readme Citation

README.md

shipspy: ship campaign data processing and standardisation

With shipspy, data from ship campaigns can be processed and standardised. A number of instruments are included.

Setup

Install shipspy:

pip install shipspy

Using shipspy

The following processing options are available.

DShip

With the dship subcommand, data from the ship integrated system can be processed. For an exemplary order to download underway data, see [1]. The following steps are done: * Fixing time stamps * Averaging to minutely time stamps * Removing unphysical values * Renaming variables, changing units, and adding attributes * Converting to netCDF

To process dship data run shipspy dship -i <input file> -o <output file> -a <attribute dictionary> -s <ship> with * input file: downloaded data from BSH or GEOMAR (or directly from the ship) as txt or dat file with unix time stamp (seconds since 1970-01-01) * output file: file name of netCDF output file * attribute dictionary: yaml dictionary with variable names and attribute. For example dictionaries for the different research vessels see rv_information * ship: name of the ship. Options are Merian, Sonne, and Meteor

Renaming

The rename command can be used to * fix the time stamps * rename variables and add attributes * convert units to SI * remove unphysical values * Convert and save the file as netCDF

To rename a data file run shipspy rename -i <input file> -o <output file> -a <attribute dictionary> -d <instrument> with * input file: input file, file format depends on the instrument * output file: file name of netCDF output file * attribute dictionary: yaml dictionary with variable names and attribute. For examples see [1] * instrument: instrument name. Options are calitoo, ceilometer, ctd, hatpro, microtops, radiosondes, test, uav

Sections

The section command adds a new coordinate and specifies the time period of the campaign. To use it run shipspy sections -i <input file> -o <output file> -s <section file> -t <time dimension name> -a <global attribute dictionary> with * input file: input netCDF file * output file: file name of netCDF output file * section file: txt file specifying the campaign dates (start, end, break) and the sections in which it should be divided. For an example, see [1]. * time dimension name: name of the time dimension. Default is time but sometimes it can be something like start_time. * global attribute dictionary: yaml file with global attributes if wanted. For example files see [1].

The repository [1] with the settings for the ARC and additional scripts can serve as a template.

PAMOS

The pamos command can be used to process data from the instrument PAMOS (Portable Atmospheric Measurement box On Sea) which is particularly developed for (commercial) vessels. To you it run shipspy pamos -i <input directory> -o <output file> -a <attribute dictionary> -c <header file> -f <quality flag dictionary> -e <additional attribute dictionary> with * input directory: input directory, where the raw data files are stored * output file: file name of netCDF output file * attribute dictionary: yaml dictionary with variable names and attribute. * header file: text file which defines the columns of the raw data files. For an example, see [2]. * quality flag dictionary: optional yaml dictionary to be used to assess the quality flags. For an example see [2]. * additional attribute dictionary: optional yaml dictionary with extra variables like quality and pump flags.

The repository [2] with the settings for PAMOS on the MS Fridtjof Nansen can serve as a template.

References

[1] Köhler, L. (2023). ARC: Processing of atmospheric and oceanographic measurements (Version v1.0.0) [Computer software]. https://github.com/LauraKoehler/arc_processing

[2] Köhler, L. (2025). PAMOS processing (Version 1.0.0) [Computer software]. https://github.com/LauraKoehler/pamos_processing.git

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Köhler"
  given-names: "Laura"
title: "shipspy"
repository-code: "https://github.com/shipspy-development/shipspy"
abstract: "shipspy: ship campaign data processing and standardisation"
version: 1.1.0
date-released: '2025-07-10'

GitHub Events

Total
  • Issues event: 2
  • Issue comment event: 1
  • Push event: 5
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Issues event: 2
  • Issue comment event: 1
  • Push event: 5
  • Pull request event: 1
  • Fork event: 1