for example: xmin, ymin, xmax, ymax = aoi.geometry.total_bounds
will return:
([np.float64(185859.12824745174), np.float64(186116.54771425988)], [np.float64(2184386.080544775), np.float64(2184522.82479796)])
which leads to:
Traceback (most recent call last):
File "/mnt/c/Valentine/Repos/label_flora/scratch.py", line 18, in <module>
pointclouds = read_lidar(ept, ept_srs, bounds)
File "/home/alala/miniconda3/envs/pyforestscan/lib/python3.13/site-packages/pyforestscan/handlers.py", line 292, in read_lidar
main_pipeline.execute()
~~~~~~~~~~~~~~~~~~~~~^^
RuntimeError: No valid minimum value for range.
for example:
xmin, ymin, xmax, ymax = aoi.geometry.total_boundswill return:
which leads to: