{ "info": { "author": "Michael Hirsch, Ph.D.", "author_email": "scivision@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Atmospheric Science" ], "description": "[![Build Status](https://travis-ci.com/scivision/GOESutils.svg?branch=master)](https://travis-ci.com/scivision/GOESutils)\n[![Coverage Status](https://coveralls.io/repos/github/scivision/GOESutils/badge.svg?branch=master)](https://coveralls.io/github/scivision/GOESutils?branch=master)\n[![Build status](https://ci.appveyor.com/api/projects/status/ork0ny0prr1h8hen?svg=true)](https://ci.appveyor.com/project/scivision/goesutils)\n[![PyPi version](https://img.shields.io/pypi/pyversions/goesutils.svg)](https://pypi.python.org/pypi/goesutils)\n[![PyPi formats](https://img.shields.io/pypi/format/goesutils.svg)](https://pypi.python.org/pypi/goesutils)\n[![PyPi Download stats](http://pepy.tech/badge/goesutils)](http://pepy.tech/project/goesutils)\n\n# GOES Utilities\n\nQuick Python script to download and plot GOES satellite preview and hi-resolution data by date/time.\n\n![goesutils7 absorption](tests/goes13-IR-2017-07-13-12.jpg)\n\n## Install\n\n python -m pip install -e .\n\n## Usage\n\nThe scripts work with two types of data:\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\n### Full 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\n### Preview (3 hour cadence)\n\n1. Get [GOES preview imagedata](https://www.ncdc.noaa.gov/gibbs/) with parallel download:\n ```sh\n python get-goes-preview.py goesnum start stop outdir\n ```\n example: download IR from GOES-13 2018-01-01 to 2018-01-02 to `~/data/goes13`:\n ```sh\n python get-goes-preview.py 13 IR 2018-01-01T00 2018-01-03T00 ~/data/goes13\n ```\n These are updated every 3 hours. \n For science use, you'll want the \n [full fidelity GOES data](https://www.class.ncdc.noaa.gov/saa/products/welcome)\n updated on minutely timescale.\n2. Plot GOES IR data georegistered via Cartopy:\n ```sh\n python plot-goes.py ~/data/goes13\n ```\n Plot a specific file:\n ```sh\n python plot-goes.py ~/data/goes13/2018-01-01T12:35:00.jpg\n ```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/scivision/goesutils", "keywords": "goes,satellite", "license": "", "maintainer": "", "maintainer_email": "", "name": "goesutils", "package_url": "https://pypi.org/project/goesutils/", "platform": "", "project_url": "https://pypi.org/project/goesutils/", "project_urls": { "Homepage": "https://github.com/scivision/goesutils" }, "release_url": "https://pypi.org/project/goesutils/1.0.8/", "requires_dist": null, "requires_python": ">= 3.6", "summary": "Simple download and plot GOES weather satellite data", "version": "1.0.8" }, "last_serial": 4230395, "releases": { "1.0.8": [ { "comment_text": "", "digests": { "md5": "d573a1bef6788bbff33744b026a8a82b", "sha256": "e896bf94cc3d7e87045df17c9440786cb02a943d2bf51847d0926c439f9aeda9" }, "downloads": -1, "filename": "goesutils-1.0.8.tar.gz", "has_sig": false, "md5_digest": "d573a1bef6788bbff33744b026a8a82b", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 290438, "upload_time": "2018-09-02T01:46:57", "url": "https://files.pythonhosted.org/packages/01/1e/e74a38e9db4dfa88b15891e8dfec6cecc70012a021e784e8b2d5587db832/goesutils-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d573a1bef6788bbff33744b026a8a82b", "sha256": "e896bf94cc3d7e87045df17c9440786cb02a943d2bf51847d0926c439f9aeda9" }, "downloads": -1, "filename": "goesutils-1.0.8.tar.gz", "has_sig": false, "md5_digest": "d573a1bef6788bbff33744b026a8a82b", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 290438, "upload_time": "2018-09-02T01:46:57", "url": "https://files.pythonhosted.org/packages/01/1e/e74a38e9db4dfa88b15891e8dfec6cecc70012a021e784e8b2d5587db832/goesutils-1.0.8.tar.gz" } ] }