{"id":13585757,"url":"https://github.com/space-physics/GOESplot","last_synced_at":"2025-04-07T10:31:51.062Z","repository":{"id":57435218,"uuid":"122528719","full_name":"space-physics/GOESplot","owner":"space-physics","description":"Download and plot GOES satellite PNGs and high-resolution NetCDF4 by date/time","archived":true,"fork":false,"pushed_at":"2022-08-11T14:02:49.000Z","size":19363,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-23T08:20:21.945Z","etag":null,"topics":["goes13","goes16","noaa"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/space-physics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-22T20:01:47.000Z","updated_at":"2024-05-10T14:56:44.000Z","dependencies_parsed_at":"2022-09-01T18:40:34.489Z","dependency_job_id":null,"html_url":"https://github.com/space-physics/GOESplot","commit_stats":null,"previous_names":["scivision/goesutils"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space-physics%2FGOESplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space-physics%2FGOESplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space-physics%2FGOESplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space-physics%2FGOESplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/space-physics","download_url":"https://codeload.github.com/space-physics/GOESplot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247636644,"owners_count":20970970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["goes13","goes16","noaa"],"created_at":"2024-08-01T15:05:07.775Z","updated_at":"2025-04-07T10:31:51.056Z","avatar_url":"https://github.com/space-physics.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# GOES Plot\n\n![Actions Status](https://github.com/space-physics/goesplot/workflows/ci/badge.svg)\n[![PyPi Download stats](http://pepy.tech/badge/goesplot)](http://pepy.tech/project/goesplot)\n\nQuick Python script to download and plot GOES satellite preview and hi-resolution data by date/time.\n\n![goes absorption](tests/goes13-IR-2017-07-13-12.jpg)\n\n\n```sh\npython -m pip install -e .\n```\n\nThe scripts work with two types of data:\n\n* [preview .jpg](https://www.ncdc.noaa.gov/gibbs/), 3 hour cadence\n* [full fidelity NetCDF4](https://www.class.ncdc.noaa.gov/saa/products/welcome), 1 minute cadence\n\nFull fidelity data:\n\nSelect data using GOES\n[shopping cart](https://www.class.ncdc.noaa.gov/saa/products/shopping_cart_upd).\nSearch by date, geographic region.\nConsider getting NetCDF format data unless you're familiar with the other options.\n[Register](https://www.class.ncdc.noaa.gov/saa/products/user_profile)\nfor NOAA CLASS if needed.\n\nIt may take up to 48 hours to get access to your order.\nNOAA CLASS emails you when data is ready.\nEach 5-10 minute set of multi-band data is several hundred megabytes at full resolution.\n\nPreview (3 hour cadence):\n\nGet [GOES preview imagedata](https://www.ncdc.noaa.gov/gibbs/) with parallel download:\n\n```sh\npython get-goes-preview.py goesnum start stop outdir\n```\n\nexample: download IR from GOES-13 2018-01-01 to 2018-01-02 to `~/data/goes13`:\n\n```sh\npython get-goes-preview.py 13 IR 2018-01-01T00 2018-01-03T00 ~/data/goes13\n```\n\nThese are updated every 3 hours.\nFor science use, the\n[full fidelity GOES data](https://www.class.ncdc.noaa.gov/saa/products/welcome)\nare updated on minutely timescale.\n\nPlot GOES IR data georegistered via Cartopy:\n\n```sh\npython plot-goes.py ~/data/goes13\n```\n\nPlot a specific file:\n\n```sh\npython plot-goes.py ~/data/goes13/2018-01-01T12:35:00.jpg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspace-physics%2FGOESplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspace-physics%2FGOESplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspace-physics%2FGOESplot/lists"}