PatBall1 / detectree2

Python package for automatic tree crown delineation based on the Detectron2 implementation of Mask R-CNN
https://patball1.github.io/detectree2/
MIT License
149 stars 35 forks source link

Workflow dependencies #38

Open ma595 opened 1 year ago

ma595 commented 1 year ago

On ubuntu-latest (20.04) Rasterio errors (fixed by updating to 1.3.0 (from 1.2.10)

GDAL errors Workflow attempts to build wheel (latest version 3.5.1) for python3.10. Can't find a way to search for pre-existing GDAL wheels. There may be wheels available for older GDAL versions? error: ‘GDT_UInt64’ undeclared (first use in this function); did you mean ‘GDT_UInt32’? Have installed all development headers.

On ubuntu-22.04 Commands fail: sudo add-apt-repository -y ppa:ubuntugis/ppa

ma595 commented 7 months ago

Currently being addressed by #126