Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace/supplement fetchdata script with swathe-level processing tool #111

Open
danielmwatkins opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@danielmwatkins
Copy link
Collaborator

The current version of IFT-pipeline accesses the near-real-time Earthdata Snapshots. This has the advantage of being simple for data access, but has the downside that the merged images add ambiguity to the time stamps (i.e., if an image has sections from two images in it, which image does the time refer to?). The ideal method would be to access the swathe level data directly. This data is available at specific bandwidths, and differing resolution, so an intermediate step is to merge the desired bandwidths into truecolor and falsecolor images.

Laura Crews at University of Washington has demonstrated that a combination of two Python libraries allows a straightforward and extendible framework to access NASA and NOAA satellite imagery at the swathe level. She was able to construct close to hourly resolution true color and false color images from VIIRS and run portions of the IceFloeTracker code on it. Her work provides a path to achieving 3 major goals:

  • Extend Ice Floe Tracker to other optical satellite products
  • Decrease the frequency of image artifacts interfering with floe identification
  • Increase the time resolution to enable observation of a broader range of ice dynamics

The key Python libraries are the following:

  • NSIDC's earthaccess library link
  • PyTroll's satpy library link

We'll have to think about the choices of workflow regarding scene choice, subsetting, and so on. Open to ideas on where this would best fit!

@danielmwatkins danielmwatkins added the enhancement New feature or request label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant