Even Rouault

Results 1301 comments of Even Rouault

> Why isn't the `GDALClose()` function exposed in the Python API? Is there a technical problem preventing it? The technical problem is that, for a clean resolution, we'd also need...

> Looking at what the TileGrid constructor gets, I see 16 resolutions, and only the first 7 are in descending order. Then they are repeated, and the last resolution is...

I don't think changing to intptr_t would solve the issue on 32 bit builds, since it is still a signed type and the overflow on addition would still occur. The...

> can an `OGRCoordinateTransformation` object be reported as a string PROJ pipeline like the definition component @rouault? the issue is that there isn't necessarily a single pipeline for a given...

> Can one retrieve the pipeline actually applied (the best available used)? not at the GDAL level. at the PROJ level, using the following functions could give you what you...

> Is the absence of custom Huffman tables a requirement of the TIFF standard, or is it just a feature in libtiff? The TIFF standard allow both custom Huffman tables...

I can reproduce locally with latest GEOS master with a regular debug build of GEOS. Dumping the input geometries of poc as WKT, the issue is likely related to the...

> I'm happy to look into it but don't want to duplicate effort. I'm not investigating

> Hm, locally I don't get a crash, though I do get an exception. I also get that when using geom2 built from its export as WKT. The memory error...

> FYI @rouault I assume you mean that things are OK with the GDAL OpenFileGDB driver?