Matt Gregory
Matt Gregory
I had reported this as an issue at [pytest](https://github.com/pytest-dev/pytest/issues/1515), but it's probably more likely an issue with `colorama`. The gist of the issue is that when a user has a...
Thanks for this package, @mthh. This is more of a question than issue. I'm using your code in a raster GIS context and trying to get natural breaks for large...
As far as I can tell, rasterio doesn't yet support reading of raster attribute tables. Our team has a real need for this as we rely heavily on Arc Grid...
In using this plugin with nested tables and wanting to apply the scroll to both tables, all elements (from both tables) are grouped together. Any way to recurse through the...
As I understand it right now, `load_targets` is reading in full rasters into numpy arrays. On 32-bit systems, this will likely result in `MemoryError` problems. Is it possible to just...
I'm finding a few warnings in some required packages using these versions: pyimpute==0.1.2 scikit-learn==0.19.1 rasterio==1.0a12 https://github.com/perrygeo/pyimpute/blob/58706f44b0d29a9cfe98b97378e8cdb5490de5cd/src/pyimpute/_main.py#L8 DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module...