Metadata-Version: 2.1
Name: fire_split
Version: 0.1.5
Summary: Split individual fire events from tif files
Home-page: https://github.com/mnpinto/fire_split/tree/master/
Author: Miguel Pinto
Author-email: mnpinto@fc.ul.pt
License: Apache Software License 2.0
Description: # Fire Split
        > Split individual fire events from tif files
        
        
        ## Install
        
        `pip install fire_split`
        
        ## How to use
        
        ```bash
        fire_split_run tif_path output_path --interval_days 16
        ```
        
Keywords: wildfire
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
