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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file fire_split-0.1.9.tar.gz
.
File metadata
- Download URL: fire_split-0.1.9.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c942a22e256ac77c1e43e2a154df9658a1cfd049f8833a6c6ade0e987397ffb0 |
|
MD5 | 92a90f5c1d3cf8220ee47f5fbb020170 |
|
BLAKE2b-256 | 5e1ee376a92efdfda47b0d329f8086618b992607294d14a48605313a113577f6 |
File details
Details for the file fire_split-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: fire_split-0.1.9-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9202ca28bb877e6e2164a98747bb861823dd73583a6274c72c707b45d9e84a57 |
|
MD5 | 8123697b035b411fe01bb8114a057184 |
|
BLAKE2b-256 | a66899af4aee698587863dda8374df1754e8bda86576e62240050be789228fcf |