Skip to main content

Retreive GOES-16/17 data from AWS. Also proves some RGB recipes.

Project description

📔 Documentation Page

Brian Blaylock
🌐 Webpage
🔩 PyPI

🏃🏻‍♂️💨 🌎 🛰 GOES-2-go

DOI

Download and read files from the NOAA GOES archive on AWS.http://home.chpc.utah.edu/~u0553130/Brian_Blaylock/hrrr_FAQ.html

Read doc strings for functions in goes2go/ folder for full usage description.

Some Useful Links


What if I don't like the goes2go package?

As an alternative you can use rclone to download GOES files from AWS. I quite like rclone. Here is a short rclone tutorial.

Download Data

Download GOES 16 ABI (this example downloads the multichannel fixed grid product for CONUS) and read it with xarray.

from goes2go.data import goes_latest, goes_nearesttime

# Get latest data
G1 = goes_latest(satellite='G16', product='ABI')

# Get data for a specific time
G2 = goes_nearesttime(datetime(2020,10,1), satellite='G16', product='GLM')

RGB Recipies

For a GOES ABI multichannel xarray.Dataset, return an RGB array for an RGB product. See DEMO for more examples of RGB products.

Field of View

See notebooks for GLM and ABI field of view.

GOES-West is centered over -137 W and GOES-East is centered over -75 W. When GOES was being tested, it was in a "central" position, outlined in the dashed black line. Below is the ABI field of view for the full disk: field of view image

The GLM field of view is slightly smaller and limited by a bounding box. Below is the GLM field of view: field of view image

Project details


Download files

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

Source Distribution

goes2go-0.0.3.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

goes2go-0.0.3-py3-none-any.whl (17.9 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