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

Repository

Basic Info
  • Host: GitHub
  • Owner: robertricker
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 2.69 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Created over 2 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

DriftAware-SIAlt is a python toolbox to generate drift-aware trajectories from along-track sea ice freeboard and thickness estimates derived from satellite altimetry. Daily collections of drift-aware trajectories are saved as csv files. In the second step, drift-corrected positions of sea ice parcels are gridded and saved as daily NetCDF files. The repository also provides tools for visualisation.

License: GPL v3 Python Version

Requirements

DriftAware-SIAlt is built with and tested on python 3.10. In addition, it depends on several additional packages (see requirements.txt)

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this python toolbox, please cite it as below."
authors:
- family-names: "Ricker"
  given-names: "Robert"
orcid: "https://orcid.org/0000-0001-6928-7757"
title: "Drift-Awareness for Sea Ice Altimetry (DriftAware-SIAlt)"
doi: "10.5281/zenodo.14732716"
version: "v100"
date-released: "2025-01-24"

GitHub Events

Total
  • Release event: 2
  • Watch event: 4
  • Delete event: 4
  • Member event: 1
  • Push event: 46
  • Create event: 7
Last Year
  • Release event: 2
  • Watch event: 4
  • Delete event: 4
  • Member event: 1
  • Push event: 46
  • Create event: 7

Dependencies

requirements.txt pypi
  • Cartopy ==0.21.1
  • PyYAML ==5.4.1
  • Shapely ==1.8.0
  • astropy ==4.2.1
  • geopandas ==0.13.2
  • geopy ==2.1.0
  • h5py ==3.9.0
  • loguru ==0.7.0
  • matplotlib ==3.5.2
  • netCDF4 ==1.6.4
  • numpy ==1.22.3
  • pandas ==1.3.0
  • pyproj ==3.5.0
  • rasterio ==1.3.7
  • readers ==0.1.2
  • scipy ==1.8.0
  • scp ==0.14.1
  • tqdm ==4.61.2
  • typing_extensions ==4.5.0
  • utils ==1.0.1
  • xarray ==0.18.2