CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
C/binomial_iCAR.c
C/useful.c
forestatrisk/__init__.py
forestatrisk/forestatrisk.py
forestatrisk.egg-info/PKG-INFO
forestatrisk.egg-info/SOURCES.txt
forestatrisk.egg-info/dependency_links.txt
forestatrisk.egg-info/entry_points.txt
forestatrisk.egg-info/not-zip-safe
forestatrisk.egg-info/requires.txt
forestatrisk.egg-info/top_level.txt
forestatrisk/csv/countrycode.csv
forestatrisk/csv/ctry_run.csv
forestatrisk/data/__init__.py
forestatrisk/data/country_compute.py
forestatrisk/data/country_download.py
forestatrisk/data/create_symbolic_links.py
forestatrisk/data/get_vector_extent.py
forestatrisk/data/sample.py
forestatrisk/data/compute/__init__.py
forestatrisk/data/compute/compute_biomass_avitabile.py
forestatrisk/data/compute/compute_biomass_whrc.py
forestatrisk/data/compute/compute_distance.py
forestatrisk/data/compute/compute_forest.py
forestatrisk/data/compute/compute_gadm.py
forestatrisk/data/compute/compute_osm.py
forestatrisk/data/compute/compute_srtm.py
forestatrisk/data/compute/compute_wdpa.py
forestatrisk/data/compute/mosaic_biomass_whrc.py
forestatrisk/data/download/__init__.py
forestatrisk/data/download/download_gadm.py
forestatrisk/data/download/download_osm.py
forestatrisk/data/download/download_srtm.py
forestatrisk/data/download/download_wdpa.py
forestatrisk/data/download/tiles_srtm.py
forestatrisk/misc/__init__.py
forestatrisk/misc/countpix.py
forestatrisk/misc/miscellaneous.py
forestatrisk/model/__init__.py
forestatrisk/model/cellneigh.py
forestatrisk/model/icarModelPred.py
forestatrisk/model/model_binomial_iCAR.py
forestatrisk/model/model_random_forest.py
forestatrisk/plot/__init__.py
forestatrisk/plot/niceplot.py
forestatrisk/plot/plot.py
forestatrisk/plot/scalebar.py
forestatrisk/predict/__init__.py
forestatrisk/predict/defrate_per_cat.py
forestatrisk/predict/interpolate_rho.py
forestatrisk/predict/predict_raster.py
forestatrisk/predict/predict_raster_binomial_iCAR.py
forestatrisk/predict/wrast_rho.py
forestatrisk/project/__init__.py
forestatrisk/project/deforest.py
forestatrisk/project/deforest_diffusion.py
forestatrisk/project/emissions.py
forestatrisk/shell/data_country.sh
forestatrisk/shell/forest_country.sh
forestatrisk/validate/__init__.py
forestatrisk/validate/diffproj.py
forestatrisk/validate/map_accuracy.py
forestatrisk/validate/map_validation.py
forestatrisk/validate/model_validation.py
forestatrisk/validate/resample_sum.py
forestatrisk/validate/validation_npix.py
forestatrisk/validate/validation_udef_arp.py
test/test_get_started.py
test/test_import.py