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
After following install instructions after python3 parseGeoTIFF.py Rome-30m-DEM.tif command getting error: File "/../....../..../athen_env/lib/python3.9/site-packages/matplotlib/cbook/__init__.py", line 2194, in _g_sig_digits (math.floor(math.log10(abs(value))) + 1 if value else 1) ValueError: math domain error
The text was updated successfully, but these errors were encountered:
Hi @DovydasPociusDroneTeam, sorry for the late response, this repo has been more or less deprecated as we've moved most of our development efforts to the Java and Swift version(s).
The value error seems to be caused by the input value being 0, which would suggest that the geotiff library is having trouble reading the file.
This could be due to file permissions on your filesystem, but could also be due to some breaking changes introduced in a recent version of kip crossing's geotiff library.
Please try making a new python environment for the project, then do python3 -m pip install -r requirements.txt to ensure you have the correct package versions
After following install instructions after python3 parseGeoTIFF.py Rome-30m-DEM.tif command getting error:
File "/../....../..../athen_env/lib/python3.9/site-packages/matplotlib/cbook/__init__.py", line 2194, in _g_sig_digits (math.floor(math.log10(abs(value))) + 1 if value else 1) ValueError: math domain error
The text was updated successfully, but these errors were encountered: