LICENSE
MANIFEST.in
README.md
setup.py
aabpl/__init__.py
aabpl/config.py
aabpl/main.py
aabpl/cluster/__init__.py
aabpl/cluster/clusters.py
aabpl/cluster/detection.py
aabpl/cluster/params.py
aabpl/illustrations/__init__.py
aabpl/illustrations/distribution_plot.py
aabpl/illustrations/plot_cell_pattern.py
aabpl/illustrations/plot_disk.py
aabpl/illustrations/plot_grid.py
aabpl/illustrations/plot_grid_spacing.py
aabpl/illustrations/plot_nested_grid.py
aabpl/illustrations/plot_pt_vars.py
aabpl/illustrations/plot_region_assignment.py
aabpl/illustrations/plot_region_assignment_viz.py
aabpl/illustrations/plot_sample_area.py
aabpl/illustrations/plot_utils.py
aabpl/radius_search/__init__.py
aabpl/search/__init__.py
aabpl/search/grid_class.py
aabpl/search/multi_radius.py
aabpl/search/null_distribution.py
aabpl/search/optimal_spacing.py
aabpl/search/point_assignment.py
aabpl/search/point_region_assignment.py
aabpl/search/sample_area.py
aabpl/search/spacing_topology.py
aabpl/search/algorithm/__init__.py
aabpl/search/algorithm/disk_aggregation.py
aabpl/search/algorithm/disk_geometry.py
aabpl/search/algorithm/disk_search.py
aabpl/search/algorithm/region_tree.py
aabpl/search/algorithm/regions.py
aabpl/search/algorithm/subcell_search.py
aabpl/testing/__init__.py
aabpl/testing/perf_benchmark.py
aabpl/testing/run_all_tests.py
aabpl/testing/test_performance.py
aabpl/utils/__init__.py
aabpl/utils/cell_geometry.py
aabpl/utils/cell_keys.py
aabpl/utils/crs_transformation.py
aabpl/utils/grid_aggregate.py
aabpl/utils/intersections.py
aabpl/utils/misc.py
aabpl/utils/param_docs.py
aabpl/utils/precision.py
aabpl/utils/progress.py
aabpl/utils/rotations.py
tests/test_all.py
tests/test_main.py
tests/test_offset_region_helpers.py