Sebastian Wallace
Sebastian Wallace
@luipir solution works. Download the latest ZIP release here https://github.com/ConservationInternational/trends.earth/releases Unzip it and open this file in any text or code editor: calculate_numba.py Go to line 130 and replace the...
It's a quick hack, but you can give this a try. Find the file: /Users/Username/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/LDMP/layers.py Find the function get_band_title then add a try/except around the line where the error...
@[azvoleff](https://github.com/azvoleff) do you know if a fix is already in for this in the develop branch? Else I can create a PR ^.
Hey all, there's the option to use the console crate https://crates.io/crates/console Although the type returned from stdout.read_char isn't compatible with the Key enum from ruscii (is it's a char type),...