https://github.com/danielmwatkins/ift_calval_spr25

Calibration and validation code and data for work during spring 2025

https://github.com/danielmwatkins/ift_calval_spr25

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Calibration and validation code and data for work during spring 2025

Basic Info
  • Host: GitHub
  • Owner: danielmwatkins
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 87.8 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Calibration and validation code for Ice Floe Tracker (Spring 2025)

The notebooks, scripts, and data in this repository is targeted toward calibration and validation tasks for the Ice Floe Tracker algorithm.

Setting up the environment

Download miniconda, a minimal installation of the conda package manager. Then, navigate in the terminal to the project folder, and run conda env create --file calval.yml This will create an environment with the right versions of Python packages for working on the project. You can load the environment with conda activate calval

Finding data in the MIZ

The International Arctic Buoy Program (IABP) routinely places buoys on sea ice to monitor sea ice motion. Usually these buoys are placed in pack ice, so that the buoy stays in the Arctic long enough to make the expense of deployment worthwhile. Eventually, many buoys end up adrift in the marginal ice zone -- the region of the pack ice where ocean waves affect the ice dynamics, and where we often are able to see individual floes in satellite imagery. The Ice Floe Tracker (IFT) algorithm aims to identify and track such ice floes. To validate the IFT, we need to identify portions of IABP buoy trajectories occuring in times and locations where it is possible that the buoy lies upon a visible, distinct ice floe.

The folder data/iabp/raw contains some of the raw Level 1 IABP buoy data, while data/iabp/clean contains some trajectories that have undergone quality control. More trajectories will be added as they are processed.

Monthly average sea ice concentration data from the National Snow and Ice Data Center (NSIDC) has been concatenated into yearly files and stored in data/nsidc_agg. These files can be used to identify whether the buoy is in a region with sea ice -- some buoys continue to drift into the open ocean after the ice that carries them melts away.

Determining search window size

The notebook distance_threshold uses the IABP data to determine the distance that an ice floe may travel in between images.

Owner

  • Name: Daniel Watkins
  • Login: danielmwatkins
  • Kind: user
  • Location: Providence, RI
  • Company: Center for Fluid Mechanics, Brown University

Climate scientist at Brown University focusing on Arctic atmosphere, ice, and ocean dynamics.

GitHub Events

Total
  • Member event: 1
  • Push event: 4
  • Create event: 2
Last Year
  • Member event: 1
  • Push event: 4
  • Create event: 2