Re: [gdal-dev] OGRCoordinateTransformation Thread Safety

2019-11-07 Thread Bryant
Thank you for the response Even! >As most C/C++ libraries, an object is not thread-safe unless it is explicitly mentioned it is. This makes sense. However, I inferred from one of your previous responses

Re: [gdal-dev] OGRCoordinateTransformation Thread Safety

2019-11-06 Thread Bryant
Further, manual tests suggest that it is in GDAL 2.4.3 -- 20 threads performing transformations on the same OGRCoordinateTransformation instance and ensuring that the result is within 1e-4 of the correct result. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___

[gdal-dev] OGRCoordinateTransformation Thread Safety

2019-11-06 Thread Bryant
Hello All! I know that this question has been asked before, but not recently, and I haven't found a satisfactory explanation. Is OGRCoordinateTransformation threadsafe such that multiple threads can call Transform on the same instance in parallel? If not, why not? If so, where is this documented

Re: [gdal-dev] gdalwarp - Erroneous Outputs

2019-07-16 Thread Bryant
bump -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdalwarp - Erroneous Outputs

2019-04-08 Thread Bryant
Hello! I've been trying to use /gdalbuildvrt/ and /gdalwarp/ to merge, project, and crop a set of overlapping images with a new resolution. However, I've been running into an issue where the edges of the resulting image have nondeterministic, erroneous values (ie. very large and small values) and