A simple tool to visualize GOES16/17
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file GOESVisualizer-0.0.6-py3-none-any.whl.
File metadata
- Download URL: GOESVisualizer-0.0.6-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
229358a30729df832870cf01a9f9d154e852def0b80408b153293fc8e0cb73d7
|
|
| MD5 |
3fa556a06abcc72c0057ba501902d96a
|
|
| BLAKE2b-256 |
a0fd40c1165fa8df370c3a3e61849275efd70d647c83dd125690b8e9c65a65ca
|