Skip to main content

A simple tool to visualize GOES16/17

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

GOESVisualizer-0.0.6-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page