{ "info": { "author": "Los Angeles Times Data Desk", "author_email": "datadesk@latimes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "nasa-wildfires\n==============\n\nDownload wildfire data from NASA satellites\n\nInstallation\n------------\n\n::\n\n $ pipenv install nasa_wildfires\n\n\nCommand-line usage\n------------------\n\n::\n\n Usage: nasawildfires [OPTIONS] COMMAND [ARGS]...\n\n A command-line interface for downloading wildfire data from NASA\n satellites.\n\n Returns GeoJSON.\n\n Options:\n --help Show this message and exit.\n\n Commands:\n modis Hotspots detected by the MODIS satellite in a recent 24-hour period\n viirs Hotspots detected by the VIRRS satellite in a recent 24-hour period\n\n\nDownload a GeoJSON of hotspots detected by the MODIS satellite in a recent 24-hour period. ::\n\n $ nasa_wildfires modis\n\n\nDownload a GeoJSON of hotspots detected by the VIIRS satellite in a recent 24-hour period. ::\n\n $ nasa_wildfires viirs\n\n\nPython usage\n------------\n\nImport the library. ::\n\n >>> import nasa_wildfires\n\nDownload a GeoJSON of hotspots detected by the MODIS satellite in a recent 24-hour period. Returns GeoJSON. ::\n\n >>> data = nasa_wildfires.get_modis()\n\n\nDownload a GeoJSON of hotspots detected by the VIIRS satellite in a recent 24-hour period. Returns GeoJSON. ::\n\n >>> data = nasa_wildfires.get_modis()\n\n\nContributing\n------------\n\nInstall dependencies for development. ::\n\n $ pipenv install --dev\n\nRun tests.::\n\n $ make test\n\nShipping new version to PyPI. ::\n\n $ make ship\n\n\nDeveloping the CLI\n------------------\n\nThe command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as `prescribed by the Click documentation `_. ::\n\n $ pip install --editable .\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/datadesk/nasa-wildfires", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nasa-wildfires", "package_url": "https://pypi.org/project/nasa-wildfires/", "platform": "", "project_url": "https://pypi.org/project/nasa-wildfires/", "project_urls": { "Homepage": "http://www.github.com/datadesk/nasa-wildfires", "Maintainer": "https://github.com/datadesk", "Source": "https://github.com/datadesk/nasa-wildfires", "Tracker": "https://github.com/datadesk/nasa-wildfires/issues" }, "release_url": "https://pypi.org/project/nasa-wildfires/0.0.3/", "requires_dist": [ "requests", "geojson", "click" ], "requires_python": "", "summary": "Download wildfire data from NASA satellites", "version": "0.0.3" }, "last_serial": 5457896, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "abe426022b609b89decf278fa16d50b3", "sha256": "74c19320c63cb20037508969ec92b4fd9d50c55e13d8770e63d92866a7a341b2" }, "downloads": -1, "filename": "nasa_wildfires-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "abe426022b609b89decf278fa16d50b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4146, "upload_time": "2019-06-26T20:45:31", "url": "https://files.pythonhosted.org/packages/56/47/bad3e582fa2293055882dd399c2ed5966494b7d7023443b5009f082e20d3/nasa_wildfires-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "911febc397933215482586e957453130", "sha256": "cbe10fef440a35a6929cf8e04bceff0b984aaae9ccde902d13a668dbe149402f" }, "downloads": -1, "filename": "nasa-wildfires-0.0.1.tar.gz", "has_sig": false, "md5_digest": "911febc397933215482586e957453130", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3322, "upload_time": "2019-06-26T20:45:33", "url": "https://files.pythonhosted.org/packages/e4/43/37bafb8ebf01b655633a981672250ec2965b5b7aef4d062a953f2e112fbe/nasa-wildfires-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0ff6eecc413fae6addb2f0486389cbae", "sha256": "9496bce7449c0b6fde4a11ca72ec3cbab80f130c637d0f5de8e02b68d0aae1ad" }, "downloads": -1, "filename": "nasa_wildfires-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0ff6eecc413fae6addb2f0486389cbae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4199, "upload_time": "2019-06-26T20:53:43", "url": "https://files.pythonhosted.org/packages/85/26/2bb1320eb2aff029df35ea87cdb2577dbbb4fa28fa1aecd232579853c5e0/nasa_wildfires-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf11f315ed44606e4def92a70674fb32", "sha256": "1fbdc5677b487917d91bf511e373ba2b8607bcf0c71bb7fdaa1c0c18bedcc9c2" }, "downloads": -1, "filename": "nasa-wildfires-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bf11f315ed44606e4def92a70674fb32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3433, "upload_time": "2019-06-26T20:53:44", "url": "https://files.pythonhosted.org/packages/82/89/1426158804aa27471b003f9e4efb6f5e57b65f3681f260a55386a6393a3f/nasa-wildfires-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8b6cd26dfca318f35364257aef6ff4a3", "sha256": "0b3a134fe1152f726cb3f89f5e9c685a1f191e318715cd75af8ecef70b370553" }, "downloads": -1, "filename": "nasa_wildfires-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8b6cd26dfca318f35364257aef6ff4a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4229, "upload_time": "2019-06-27T16:59:03", "url": "https://files.pythonhosted.org/packages/d3/dc/b74ac07d03517944b273a37e063dd258ab35e79e11210049ce7a21aeb5f8/nasa_wildfires-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dca17e98f5b6468ea2a66c3eaeff0f18", "sha256": "f6b1f63bffe325148bed8f249458d8414301e77b2726ae8483d16d81cdf4f165" }, "downloads": -1, "filename": "nasa-wildfires-0.0.3.tar.gz", "has_sig": false, "md5_digest": "dca17e98f5b6468ea2a66c3eaeff0f18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3486, "upload_time": "2019-06-27T16:59:05", "url": "https://files.pythonhosted.org/packages/17/34/11d95ee4967220f03a85116e2c7ded94d8cf3068cd64a5af690a4214a54f/nasa-wildfires-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b6cd26dfca318f35364257aef6ff4a3", "sha256": "0b3a134fe1152f726cb3f89f5e9c685a1f191e318715cd75af8ecef70b370553" }, "downloads": -1, "filename": "nasa_wildfires-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8b6cd26dfca318f35364257aef6ff4a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4229, "upload_time": "2019-06-27T16:59:03", "url": "https://files.pythonhosted.org/packages/d3/dc/b74ac07d03517944b273a37e063dd258ab35e79e11210049ce7a21aeb5f8/nasa_wildfires-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dca17e98f5b6468ea2a66c3eaeff0f18", "sha256": "f6b1f63bffe325148bed8f249458d8414301e77b2726ae8483d16d81cdf4f165" }, "downloads": -1, "filename": "nasa-wildfires-0.0.3.tar.gz", "has_sig": false, "md5_digest": "dca17e98f5b6468ea2a66c3eaeff0f18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3486, "upload_time": "2019-06-27T16:59:05", "url": "https://files.pythonhosted.org/packages/17/34/11d95ee4967220f03a85116e2c7ded94d8cf3068cd64a5af690a4214a54f/nasa-wildfires-0.0.3.tar.gz" } ] }