Skip to content

Use MASIE or MASAM2 or similar high-res ice edge product to identify non-ice segments #3

Description

@danielmwatkins

For the filtering function, we need a set of true positives and we need a set of false positives. We can get true positives by selecting a set of tracked floes with reasonable shapes that move (i.e., the same filtering we did on earlier versions to remove "tracked" segments of land fast ice). For the false positives, we need to be creative.

One set of obvious false positives: cloudy pixels over open ocean. With the false color images, I can use a threshold to determine if the segment pixels are likely cloudy. With the MASIE ice extent images, I can compute the fraction of ice pixels vs open water pixels within each segment. A segment with high clouds and 0 ice is very likely a false positive. We can then randomly select a balanced set of TPs and FPs to train a logistic regression classifier.

The tasks here:

  1. Set up code to download MASIE images and select the subset of the image overlapping with the MODIS image; reproject, crop, and save.
  2. For the filter step, we need to do multiple regionprops calls to get the TC, FC, and masie pixel averages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions