opengeos / lidar

A Python package for delineating nested surface depressions from digital elevation data.

Home Page:https://lidar.gishub.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lidar gui issue

giswqs opened this issue · comments

It seems the latest version of the dependency (PySimpleGUI) breaks the lidar gui. As a temporary solution, you can try the following:

  • conda activate py37
  • pip uninstall pysimplegui -y
  • pip install pysimplegui==2.30.0
  • python
  • import lidar
  • lidar.gui()

You can also use the package without the gui, check the tutorial below:

https://github.com/giswqs/lidar/blob/master/examples/lidar_colab.ipynb

I will fix this issue in the next release.

This issue has been fixed in v0.5.1