Skip to content

cannot read ept with bounds define with np.float #51

@val-bontemps

Description

@val-bontemps

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions