Skip to main content

Download wildfires data from CalFire

Project description

Califire Wildfires

Download wildfires data from Calfire

Installation

pipenv install calfire-wildfires

Command-line usage

Usage: calfirewildfires [OPTIONS] COMMAND [ARGS]...

    A command-line interface for downloading wildfires data from CalFire.
    Returns GeoJSON.

Options:
    --help  Show this message and exit.

Commands:
    active-fires    The latest active fires
    all-fires       Fires year-to-date, both active and contained

From the shell:

calfirewildfires all-fires
calfirewildfires active-fires

Python usage

Import the library.

import calfire_wildfires

data = calfire_wildfires.get_all_fires()
data = calfire_wildfires.get_active_fires()

Contributing

Install dependencies for development.

pipenv install --dev

Run tests.

pipenv run python test.py

Developing the CLI

The 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.

pipenv run pip install --editable .

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calfire-wildfires-1.1.2.tar.gz (34.9 kB view details)

Uploaded Source

Built Distribution

calfire_wildfires-1.1.2-py2.py3-none-any.whl (4.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file calfire-wildfires-1.1.2.tar.gz.

File metadata

  • Download URL: calfire-wildfires-1.1.2.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for calfire-wildfires-1.1.2.tar.gz
Algorithm Hash digest
SHA256 7f7c692d8a988da6991a9061a3876baf792c1789ef31b79dd5c1c6db918ed109
MD5 bdb1041ae9a2d6f036f8aafd4a7bc815
BLAKE2b-256 e62f0a70ad30cfb31d10dae7b927b47b46e73f7cd943a46043ad4ae04107f717

See more details on using hashes here.

File details

Details for the file calfire_wildfires-1.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for calfire_wildfires-1.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 485dd4e5f6004a96a4b762ae05a30b095d1f8951d452e480280c05242c0936a1
MD5 8ba9cfb9d8df3fcdca7bee11faf018ef
BLAKE2b-256 c3364c906f56b7b55ae415dbf6431b4df49a3c5a64ff06378e6c557919de4d77

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page