📔 Documentation Page
| Brian Blaylock 🌐 Webpage 🔩 PyPI |
|---|
🏃🏻♂️💨 🌎 🛰 GOES-2-go
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:
The GLM field of view is slightly smaller and limited by a bounding box. Below is the GLM field of view:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 goes2go-0.0.3.tar.gz.
File metadata
- Download URL: goes2go-0.0.3.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01a124ece7d0ceefb06cb36ba4c8b4668ca01b060250ccf8a78634c9a1dfbb34
|
|
| MD5 |
976393a836f9c2ea533e5ffedf511319
|
|
| BLAKE2b-256 |
d1802163907012d57a722ba68724190b6f7e901fcdcefa01a477dfffe00e6b1e
|
File details
Details for the file goes2go-0.0.3-py3-none-any.whl.
File metadata
- Download URL: goes2go-0.0.3-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad308f25df67ac01cd426cfd9c8c85fc0187c4ce53afa31c64873342b1f65331
|
|
| MD5 |
c3dc91706f94ab1497f9e123dbd329ad
|
|
| BLAKE2b-256 |
40754fb947a4adaa17fac2632ae8a73c24ac4422d767828bf6258111a60baa19
|