Guillaume Lostis

Results 8 comments of Guillaume Lostis

@vincentsarago yes I've also seen that removing the argument has the same effect. I've naively tried to force the `src_dataset`'s transform with this diff: ```diff diff --git a/rasterio/_warp.pyx b/rasterio/_warp.pyx index...

The fact that `from_gcps` doesn't give the same result as `gdalwarp` is interesting indeed. Maybe the underlying GDAL function being used is not the same, or not called with the...

@vincentsarago `GCPsToGeoTransform` is defined here: https://github.com/OSGeo/gdal/blob/master/gdal/gcore/gdal_misc.cpp#L2371-L2690, but this file also contains what looks like a different implementation of more or less the same problem: https://github.com/OSGeo/gdal/blob/master/gdal/alg/gdal_crs.cpp This could be why the...

I can confirm that I observe the same behavior. In fact, the tags are also dropped. See the diff between the `gdalinfo` output of `in.tiff` and `out.tiff`: ```diff 2c2 <...

@anttad and @chlsl do you have recent versions of `rasterio` installed? Are they wheel-based installs, or source distributions where your local copy of GDAL is used? If you have `rasterio...

Hi all, I am facing the same issue as the previous commenters, and can provide a minimal example that showcases the problem https://jsfiddle.net/zyxk73te/. In that example, you can see that...

> Could everyone who's interested in this elaborate on your use cases? 1. I'm often pasting links text editors that supports Markdown syntax, and I feel that using the page...

Hi, I can confirm that I am facing the same issue as @ByteDrummer, with more or less the same config: - In my `postswitch` script, I kill all polybar instances...