Skip to content
/ GOES Public

Tools for working with data from the Geostationary Operational Environmental Satellite system

Notifications You must be signed in to change notification settings

dpilger26/GOES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GOES

Tools for working with data from the Geostationary Operational Environmental Satellite system

GOES-16

Required Python Packages

numpy

pip install numpy

matplotlib

pip install matplotlib

netcdf4

pip install netcdf4

s3fs

pip install s3fs

opencv

pip install opencv-python

Python Tools/Scripts

A simple tool for downloading GOES netcdf4 files from AWS buckets using Python's s3fs library. More details can be found from here.

A simple tool for extracting and plotting the GOES imagery data from the netcdf4 files.

A basic wrapper class around the OpenCV VideoWriter for writing images to a video.

The final script for producing a video of some GOES-16 data as seen here. The video shows 10 days of earth observations starting on 7/19/2019, in both the Blue 0.47 um, and SWIR 3.9 um bands.

About

Tools for working with data from the Geostationary Operational Environmental Satellite system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages