seagliderog1

Convert seaglider data to OG1 format

https://github.com/ifmeo-hamburg/seagliderog1

Science Score: 26.0%

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

  • 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 (7.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Convert seaglider data to OG1 format

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • Open Issues: 14
  • Releases: 5
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

seagliderOG1

This repository is intended to convert Seaglider basestation files (pSSSDDDD*.nc) into OG1 format.

Code is based on code from votoutils.

Organisation

Scripts within the seagliderOG1 package are divided by functionality:

  • readers.py reads basestation files (*.nc) from a server or local directory
  • writers.py writes OG1 *.nc files, default directory data/
  • plotters.py contains some basic plotting and viewing functions
  • convertOG1.py converts the basestation files to OG1 format
  • vocabularies.py contains some of the vocabulary translation (might be better as a YAML file)
  • seaglider_registr.txt has checksums for data files
  • tools.py functions the user may want to use
  • utilities.py functions the user probably will never need to call (only used in other functions)

Directory

File directory structure is as follows.

seagliderOG1/ - .github/ - config/ - OG1author.yaml - OG1globalattrs.yaml - OG1globalattrs.yaml - OG1sensorattrs.yaml - OG1varnames.yaml - OG1vocabattrs.yaml - missionyaml.yaml - data/ - test.nc - notebooks/ - devnotebooks/ - dev-troubleshoot.ipynb - downloadandregister.ipynb - demo.ipynb - seagliderOG1/ - convertOG1.py - plotters.py - readers.py - seagliderregistry.txt - tools.py - utilities.py - vocabularies.py - writers.py - tests/ - test_readers.py - .gitignore - LICENSE - README.md - requirements-dev.txt - requirements.txt

Status

Still early days, but collaborations welcome!

Owner

  • Name: IfM ExO
  • Login: ifmeo-hamburg
  • Kind: organization
  • Location: Germany

GitHub Events

Total
  • Create event: 9
  • Issues event: 10
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 12
  • Push event: 38
  • Pull request review comment event: 1
  • Pull request review event: 4
  • Pull request event: 23
  • Fork event: 2
Last Year
  • Create event: 9
  • Issues event: 10
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 12
  • Push event: 38
  • Pull request review comment event: 1
  • Pull request review event: 4
  • Pull request event: 23
  • Fork event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 8
  • Total pull requests: 12
  • Average time to close issues: 4 months
  • Average time to close pull requests: 7 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.13
  • Average comments per pull request: 0.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 8
  • Pull requests: 12
  • Average time to close issues: 4 months
  • Average time to close pull requests: 7 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.13
  • Average comments per pull request: 0.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • eleanorfrajka (3)
  • tillmrtz (2)
Pull Request Authors
  • eleanorfrajka (9)
  • tillmrtz (3)
  • MOchiara (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels

Dependencies

.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • mamba-org/setup-micromamba v2.0.1 composite
.github/workflows/docs_deploy.yml actions
  • actions/checkout v4 composite
  • mamba-org/setup-micromamba v2.0.1 composite
  • peaceiris/actions-gh-pages v4 composite
requirements-dev.txt pypi
  • cartopy * development
  • cmocean * development
  • gsw * development
  • jupyterlab * development
  • matplotlib * development
  • nbconvert * development
  • nbsphinx * development
  • netcdf4 * development
  • numpy * development
  • pandas * development
  • pooch * development
  • pytest * development
  • scipy * development
  • seaborn * development
  • sgp4 >=2.14 development
  • skyfield * development
  • sphinx * development
  • sphinx-rtd-theme * development
  • tqdm * development
  • xarray * development
requirements.txt pypi
  • cartopy *
  • cmocean *
  • gsw *
  • matplotlib *
  • netcdf4 *
  • numpy *
  • pandas *
  • pooch *
  • scipy *
  • seaborn *
  • sgp4 >=2.14
  • skyfield *
  • tqdm *
  • xarray *
.github/workflows/pypi.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml actions
  • actions/checkout v4 composite
  • mamba-org/setup-micromamba v2 composite
pyproject.toml pypi