Sean Gillies
Sean Gillies
There are ~15 failing warp tests. A bunch of them have to do with resampling name mismatches like "cubicspline" vs "cubic_spline". This might shape up pretty quickly.
Ran into a blocking issue: GDALWarp doesn't support warping using a subset of the source's or destination's bands. `panSrcBands` (https://gdal.org/api/gdalwarp_cpp.html#_CPPv4N15GDALWarpOptions11panSrcBandsE), for one, isn't exposed by the API. We could wrap...
Thanks for the report! I'm doing a deep dive into GDAL error handling for 1.3.1.
@dazza-codes you saw something in your logs but can't reproduce it? Is that right? How often do you see it in the logs?
@QuLogic that's fair. I never get a failure on my personal computer, for some reason, but I did see a failure on Travis for the first time last week. I'm...
Interesting! Thanks for checking with Even. Can I assign this one to you @vincentsarago ? I'm tied up on something else for the next couple weeks.
@vincentsarago did you see Even notes in https://lists.osgeo.org/pipermail/gdal-dev/2019-November/051178.html ? Do you think these are related?
@vincentsarago is there still an issue here? I'm reviewing rasterio issues and would like to close this one if we can.
Great! Right, or change code in five to one liners (which I will confess to doing in some projects to get coverage to :100:).
@brendan-ward right, that was just copied over from the Fiona project. Let's delete it if we can.