spatiocoexistence.crowding module¶
- spatiocoexistence.crowding.crowding_indices(x, y, species, status, radius, cell_size=0.0, dbh=None, focals=None, domain_x=0.0, domain_y=0.0, num_threads=8)¶
Python Wrapper for the calculation of the crowding indices.
- spatiocoexistence.crowding.crowding_kdTree(x, y, species, dbh, radius)¶
Calculate conspecific and heterospecific crowding indices using KD-Tree.
- spatiocoexistence.crowding.py_crowding_individual(x_i, y_i, species_i, x, y, species, status, radius, cell_size, dbh=None, domain_x=0.0, domain_y=0.0)¶
Python wrapper for crowding_individual.