Closed perrygeo closed 6 years ago
@perrygeo I don't get it, but will check: colorspace.so is a new extension module?
Nothing new, rio_color.colorspace
has been implemented in Cython since April but installation on linux could be simplified by using wheels.
I don't want to add to the frs wheel builder because it's super hacky, but it's the pragmatic thing to do for 1.0 and will only take ~30 mins.
As part of the release process, we might consider building manylinux wheels to allow easy installation on linux without a build toolchain. I think that, because
colorspace.so
does not link to any external shared objects, that this should be fairly lightweight and rely on the libgdal that is linked to Rasterio.@sgillies do we want to include this in frs-wheel-builds?
cc @vincentsarago