Sean Gillies
Sean Gillies
That last comment suggests to me that the problem was in GDAL's VSI module and has been resolved in https://github.com/OSGeo/gdal/pull/2012. Yes @rouault ?
@remi-braun @groutr the usefulness of cloudpathlib is lessened dramatically by particulars of the GDAL library that rasterio uses for I/O and formatting. Since cloudpathlib and GDAL aren't integrated at a...
Indeed I did @groutr ! Thank you for the correction.
@fbalaban right, support for GeometryCollection is not there. Mostly because geometry collections are a can of worms. `GeometryCollection([GeometryCollection([Point(1, 2)])])` is equally valid, yes? I was hesitant to make an implementation...
@drStacky I can't reproduce this on my Ubuntu 20.04 system or in rasterio's CI builds. Can you provide a backtrace?
@drStacky can you tell me precisely which rasterio package version was working with 3.7.8?
I found a report of a crash in ASN1_TIME_print() at https://curl.se/mail/lib-2019-09/0015.html and a little more about that issue at https://curl.se/mail/lib-2019-09/0024.html. I don't see a resolution.
Thank you. All the wheels on PyPI for a particular rasterio version have the same versions of curl and openssl and are built in the same way. This is a...
@drStacky if read the GDAL code correctly, `AWS_HTTPS=NO` instructs GDAL and curl to make an HTTP request with no TLS or SSL.
Update: I'm no closer to understanding what the problem is. Wheels for rasterio 1.3.0 are going to include the latest curl and LTS openssl, so we'll have that going for...