Even Rouault

Results 1301 comments of Even Rouault

@neophammdc Please attach such DGN file (in a .zip)

> ERROR 1: avifDecoderNextImage() failed with: No codec available @bradh I can successfully decode those 2 images with my build using libavif from Ubuntu 22.04. From the error message, I...

> because those cells have a non-zero intersection area. There is a threshold of 1e-4 (applied in parts of the code paths) to take into account for numerical imprecision so...

> Is there a way to add the ability to use gdal translate for a raster using the jp2kak driver, using the YCbCr color space ? no, enhancement queued for...

You can use the https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/dump_jp2.py script. $ gdal_translate autotest/gdrivers/data/small_world.tif small_world.jp2 -co YCC=YES -of JP2OpenJPEG $ python swig/python/gdal-utils/osgeo_utils/samples/dump_jp2.py small_world.jp2 | grep MCT 1 $ gdal_translate autotest/gdrivers/data/small_world.tif small_world.jp2 -co YCC=NO -of JP2OpenJPEG...

This is both, but the main limitation comes from the index creation capabilities of the OpenFileGDB driver itself. Unlikely to be implemented without funding (besides coding, it might require additional...

Likely same issue as https://github.com/OSGeo/gdal/issues/10512

Note that we have now [GDALIsLineOfSightVisible](https://gdal.org/api/gdal_alg.html#_CPPv424GDALIsLineOfSightVisibleK15GDALRasterBandHKiKiKdKiKiKdPiPi12CSLConstList) that could potentially be used to build a viewshed alternative based on it (although it would likely be much slower, probably O(r^3))