Zoltán Marić
Zoltán Marić
Fixes #24. Apart from including the missing characters (`z`, `Z`, and `9`) in their respective classes and filters, this change should yield equal results as the upstream version. I didn't...
The character ranges in `com.rockymadden.stringmetric.transform` ``` scala private val Ascii = NumericRange(0x00, 0x7F, 1) private val ExtendedAscii = NumericRange(0x00, 0x7F, 1) private val Latin = NumericRange(0x00, 0x24F, 1) private val...
Since https://github.com/PyPSA/PyPSA/commit/e754928e#diff-1ffb543f39b9a9c1d00adfc3fb2c1a89c905c56e00b9ede9178787a8148dc0eeR210 PyPSA raises an exception for plots that have geo axes but use `geomap=False`. ## Checklist - [x] I tested my contribution locally and it seems to work fine....