Skip to content

A simple tool to retrieve and plot GOES16/17 radiance data

License

Notifications You must be signed in to change notification settings

ahsouri/GOESVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

GOESVisualizer

A simple toolbox to retrieve/visualize/save GOES16(east) and GOES17(west) RGB image over a region of interest

Installation

Use the package manager pip to install GOESVisualizer.

pip install GOESVisualizer

Usage

see example.py

or

from GOESVisualizer import GSVis

GSobj = GSVis('west', 2021, 7, 20, 12, -125, -117, 35, 45, gamma = 2.5)

you have two options here: either make a snapshot for the given time or loop over days/hour; if you just want a snapshot follow this:

GSobj.snapshot()

GSobj.savepics()

if you are interested in animating a series of images, follow this:

GSobj.loop(21,4)
GSobj.savepics()
GSobj.animate()

Pictures or animated gif will be stored under /pics/

License

MIT

About

A simple tool to retrieve and plot GOES16/17 radiance data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages