On vendredi 16 août 2019 17:55:29 CEST TUELLER, SHAYNE R CIV USAF AFMC 519
SMXS/MXDEC wrote:
> Hello,
>
> Does GDAL (OGR) have any point inclusion tests optimized for convex 2D
> polygons? Thought I'd ask before writing my own...
GDAL itself no. But it delegates that to GEOS, so that would be a
On vendredi 16 août 2019 14:40:01 CEST Andrew Bell wrote:
> Is this just on when running tests?
This would be only enabled on the "sanitize" configuration of Travis CI, and
this would of course only detect such occurence in the code paths exercised by
the test suite. My idea is also to try to ru
Is this just on when running tests?
On Fri, Aug 16, 2019 at 1:28 PM Even Rouault
wrote:
> Hi,
>
> I've a PR ready that might be a bit controversial among contributors as it
> effectively "bans" a well-defined behaviour of C/C++, that is underflow/
> overflow on unsigned integer arithmetic. Howev
This strikes me as a really good idea. Even though the behavior is
well-defined in C/C++, it doesn't mean it's desirable in all or even
most cases. It's much easier to imagine use cases where
overflow/underflow produce unexpected or inexplicable results that it is
to think of ones where it produces
Hello,
Does GDAL (OGR) have any point inclusion tests optimized for convex 2D
polygons? Thought I'd ask before writing my own...
Thanks.
Shayne
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Hi,
I've a PR ready that might be a bit controversial among contributors as it
effectively "bans" a well-defined behaviour of C/C++, that is underflow/
overflow on unsigned integer arithmetic. However there are potential for real
bugs to be hidden by such a behaviour (I or other contributors fix
Use the CSV driver?
On Fri, Aug 16, 2019 at 7:02 AM Andrew Bell
wrote:
> Hi,
>
> I'm not seeing a driver for WKT geometry in OGR, though I know that WKT is
> well-supported in the API in OGRGeometryFactory and such. Can I convert a
> file containing WKT geometry with ogr2ogr?
>
> Thanks,
>
> --
Hi,
I'm not seeing a driver for WKT geometry in OGR, though I know that WKT is
well-supported in the API in OGRGeometryFactory and such. Can I convert a
file containing WKT geometry with ogr2ogr?
Thanks,
--
Andrew Bell
andrew.bell...@gmail.com
___
gd