All Projects β†’ space-physics β†’ GOESplot

space-physics / GOESplot

Licence: Apache-2.0 license
Download and plot GOES satellite PNGs and high-resolution NetCDF4 by date/time

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GOESplot

pygac
A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
Stars: ✭ 14 (-6.67%)
Mutual labels:  noaa
nmfspalette
🎨 an R color palette for NOAA Fisheries official colors
Stars: ✭ 19 (+26.67%)
Mutual labels:  noaa
windy-plugins
🚁extend functionality of Windy.com. Develop your plugin in less than 5 minutes.
Stars: ✭ 147 (+880%)
Mutual labels:  noaa
hydrotools
Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Stars: ✭ 36 (+140%)
Mutual labels:  noaa
hockeystick
Download and Visualize Essential Global Heating Data in R
Stars: ✭ 42 (+180%)
Mutual labels:  noaa
raspberry-noaa
Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
Stars: ✭ 155 (+933.33%)
Mutual labels:  noaa
api
Community discussion and documentation for the NWS API
Stars: ✭ 168 (+1020%)
Mutual labels:  noaa
aprs-weather-submit
Manually submit weather station information to the APRS-IS network.
Stars: ✭ 17 (+13.33%)
Mutual labels:  noaa
goesdump
GOES xRIT Data Dumper for xRIT Demodulator
Stars: ✭ 46 (+206.67%)
Mutual labels:  noaa
noaa-apt-decoder
Automatic picture transmission(APT) protocol decoder for NOAA weather satellites
Stars: ✭ 23 (+53.33%)
Mutual labels:  noaa
SpaceEye
Live satellite imagery for your desktop background
Stars: ✭ 253 (+1586.67%)
Mutual labels:  noaa
HydroData
An R πŸ“¦ for finding and getting geospatial earth systems data
Stars: ✭ 30 (+100%)
Mutual labels:  noaa
erddap
ERDDAP is a scientific data server that gives users a simple, consistent way to download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps. ERDDAP is a Free and Open Source (Apache and Apache-like) Java Servlet from NOAA NMFS SWFSC Environmental Research Division (ERD).
Stars: ✭ 48 (+220%)
Mutual labels:  noaa
Rnightlights
R package to extract data from satellite nightlights.
Stars: ✭ 45 (+200%)
Mutual labels:  noaa
get-weather-data
Get weather data for a list of zip codes for a range of dates
Stars: ✭ 32 (+113.33%)
Mutual labels:  noaa
noaa coops
Python wrapper for NOAA CO-OPS Tides & Currents Data
Stars: ✭ 38 (+153.33%)
Mutual labels:  noaa
vlm
Virtual loup de mer (aka Vlm) is an opensource sailing simulation
Stars: ✭ 25 (+66.67%)
Mutual labels:  noaa
earthin24
Source code for my twitter bot https://twitter.com/earthin24
Stars: ✭ 19 (+26.67%)
Mutual labels:  goes16

GOES Plot

Actions Status PyPi Download stats

Quick Python script to download and plot GOES satellite preview and hi-resolution data by date/time.

goes absorption

python -m pip install -e .

The scripts work with two types of data:

Full fidelity data:

Select data using GOES shopping cart. Search by date, geographic region. Consider getting NetCDF format data unless you're familiar with the other options. Register for NOAA CLASS if needed.

It may take up to 48 hours to get access to your order. NOAA CLASS emails you when data is ready. Each 5-10 minute set of multi-band data is several hundred megabytes at full resolution.

Preview (3 hour cadence):

Get GOES preview imagedata with parallel download:

python get-goes-preview.py goesnum start stop outdir

example: download IR from GOES-13 2018-01-01 to 2018-01-02 to ~/data/goes13:

python get-goes-preview.py 13 IR 2018-01-01T00 2018-01-03T00 ~/data/goes13

These are updated every 3 hours. For science use, the full fidelity GOES data are updated on minutely timescale.

Plot GOES IR data georegistered via Cartopy:

python plot-goes.py ~/data/goes13

Plot a specific file:

python plot-goes.py ~/data/goes13/2018-01-01T12:35:00.jpg
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].