Skip to main content

Split individual fire events from tif files

Project description

Fire Split

Split individual fire events from tif files

Install

pip install fire_split

How to use

Command line utility:

fire_split_run tif_path output_path --interval_days 16

tif_path is the path for a tif file or directory with tif files. Each tif file should contain a layer with dates of burning in julian days.

output_path is the directory to save the outputs.

Use split_fires function:

from fire_split.core import split_fires
labels, df = split_fires(date) # date is a 2d numpy array with the dates of burning in julian days

More information in the documentation page: https://mnpinto.github.io/fire_split

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

fire_split-0.1.9.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

fire_split-0.1.9-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

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