Classifying types of sea ice from aerial photos
What it measures. Contains images where each area is labeled by the type of sea ice surface it shows, turning aerial photos into classified surface-cover maps.
How it's made. Created by running raw aerial camera imagery from the IceBridge campaign through an open-source sea-ice classification algorithm, with results saved as labeled image files.
How & where you'd use it. Helps researchers study the makeup of sea ice surfaces (such as different ice and open-water categories) from detailed aerial views.
What's measured
Coverage & cadence
- Time span2010-03-23 → 2018-04-16
- Measured byB-200 (DMS) · C-130 (DMS) · DC-8 (DMS) · HU-25A (DMS) · HU-25C (DMS) · P-3B (DMS) · WP-3D ORION (DMS)
- Processing levelLevel 4
- Spatial extent-180, 60, 180, 90
- FormatsTIFF
- StatusCOMPLETE
What you can do with it
- Watch sea-surface temperature and marine heatwaves
- Spot algal blooms and ocean-colour shifts
- Support fisheries and coastal monitoring
Official description
This data set contains reprocessed images depicting labels that indicate the sea ice surface category, created by processing IceBridge DMS L0 Raw Imagery with the Open Source Sea-ice Processing Algorithm. The images are provided as TIFF files (.tif). Additional metadata are provided as CSV text files (.csv), which are available as a single zip file named RDSISC4_metadata.zip. An orthorectified version of this data set is available as IceBridge-Related DMS-Derived L4 Sea Ice Surface Cover Classification Orthorectified Images.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="RDSISC4",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from NSIDC_CPRD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Search and order NASA Earth Science data using spatial and temporal filters. Reformatting, reprojecting, and subsetting options are available for some data sets. GET DATA
- Quickly download a few files using a web browser, or access data through a command-line utility such as WGET. GET DATA
- Search data by spatial and/or temporal ranges or file name. Choose from various download options, including a Python script. GET DATA
- A Python library to search and access NASA Earth science data with just a few lines of code GET DATA
- Find more data access options and help resources. VIEW RELATED INFORMATION
- USER'S GUIDE VIEW RELATED INFORMATION