You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to install LSAT, but I'm having the following error when creating a new project:
(lsat) C:\Users\vcuer\Documents\LSAT-main>python C:\Users\vcuer\Documents\LSAT-main\LSAT-main\startMenu_main.py
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
(lsat) C:\Users\vcuer\Documents\LSAT-main>
Any thoughts about what the error might be?
My dem is in EPSG 32610 in tiff format. I tried with the testing dataset and got the same issue.
My GDAL file is in the same directory C:\Users\vcuer\Documents\LSAT-main\LSAT-main\GDAL-3.4.3-cp310-cp310-win_amd64.whl
I attached the yml for reference.
Thanks! lsat.zip
The text was updated successfully, but these errors were encountered:
It seems that setting the PROJ_LIB variable worked as I'm not getting that error. However, I'm getting this new one:
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
Any thoughts?
Hi BGR,
I managed to install LSAT, but I'm having the following error when creating a new project:
(lsat) C:\Users\vcuer\Documents\LSAT-main>python C:\Users\vcuer\Documents\LSAT-main\LSAT-main\startMenu_main.py
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db
(lsat) C:\Users\vcuer\Documents\LSAT-main>
Any thoughts about what the error might be?
I attached the yml for reference.
Thanks!
lsat.zip
The text was updated successfully, but these errors were encountered: