.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
datasamples/fireshp_testDataset.CPG
datasamples/fireshp_testDataset.dbf
datasamples/fireshp_testDataset.prj
datasamples/fireshp_testDataset.sbn
datasamples/fireshp_testDataset.sbx
datasamples/fireshp_testDataset.shp
datasamples/fireshp_testDataset.shp.xml
datasamples/fireshp_testDataset.shx
datasamples/ignition_points.cpg
datasamples/ignition_points.dbf
datasamples/ignition_points.prj
datasamples/ignition_points.shp
datasamples/ignition_points.shx
docs/changelog.md
docs/common.md
docs/contributing.md
docs/dailyfirevectors.md
docs/dataloader.md
docs/faq.md
docs/finalfirevectors.md
docs/index.md
docs/installation.md
docs/postbp.md
docs/spreadrose.md
docs/tessellation.md
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
postbp/__init__.py
postbp/common.py
postbp/dailyfirevectors.py
postbp/dataloader.py
postbp/finalfirevectors.py
postbp/postbp.py
postbp/spreadrose.py
postbp/tessellation.py
postbp.egg-info/PKG-INFO
postbp.egg-info/SOURCES.txt
postbp.egg-info/dependency_links.txt
postbp.egg-info/entry_points.txt
postbp.egg-info/requires.txt
postbp.egg-info/top_level.txt
tests/__init__.py
tests/test_postbp.py