[gdal-dev] Ogr2ogr conversion to geojson problem..... any suggestion?

2022-06-10 Thread Gonzalez Velasquez, Frando Alexis
Hi dev team! I am writing to inquire about conversion to geojson problem, I will show you in a little and simple example that shows my big problem: We are using the ogr2ogr executables commands like this : ogr2ogr -f GeoJSON C:\tmp\nombres.json C:\tmp\TUNJA1R_ejemplo.xtf testModel.table As yo

Re: [gdal-dev] Motion: adopt RFC 86 Column-oriented read API for vector layers

2022-06-10 Thread Howard Butler
+1 Howard > On Jun 10, 2022, at 5:31 AM, Rahkonen Jukka > wrote: > > +1 > > -Jukka Rahkonen- > > -Alkuperäinen viesti- > Lähettäjä: gdal-dev Puolesta Even Rouault > Lähetetty: perjantai 10. kesäkuuta 2022 12.24 > Vastaanottaja: gdal-dev@lists.osgeo.org > Aihe: [gdal-dev] Motion: ado

[gdal-dev] Pull request adding creation/update capabilities to the OpenFileGDB driver

2022-06-10 Thread Even Rouault
Hi, I just wanted to quickly mention https://github.com/OSGeo/gdal/pull/5910 which adds creation/update capabilities for the FileGeodatabase format in the OpenFileGDB driver (that is the built-in driver, not needing a binary SDK) Even -- http://www.spatialys.com My software is free, but my

Re: [gdal-dev] Iterating through an OGR polygon as a set of triangles via the C API

2022-06-10 Thread Even Rouault
Le 10/06/2022 à 17:08, Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev a écrit : Hi, My goal is to build an indexed list of triangles from OGR polygons as inputs to a hardware rasterizer for efficient rendering.  I see RFC 64 was implemented a few years ago bu

[gdal-dev] Iterating through an OGR polygon as a set of triangles via the C API

2022-06-10 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Hi, My goal is to build an indexed list of triangles from OGR polygons as inputs to a hardware rasterizer for efficient rendering. I see RFC 64 was implemented a few years ago but the documentation warns "not yet implemented". These is reinforced by my failed attempt to use OGR_G_ForceTo on a

Re: [gdal-dev] Motion: adopt RFC 86 Column-oriented read API for vector layers

2022-06-10 Thread Rahkonen Jukka
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Even Rouault Lähetetty: perjantai 10. kesäkuuta 2022 12.24 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Motion: adopt RFC 86 Column-oriented read API for vector layers Hi, As the discussion seems to have

Re: [gdal-dev] Motion: adopt RFC 86 Column-oriented read API for vector layers

2022-06-10 Thread Mateusz Loskot
+1 Mateusz On Fri, 10 Jun 2022 at 11:24, Even Rouault wrote: > > Hi, > > As the discussion seems to have calmed down, I move to adopt RFC 86: > Column-oriented read API for vector layers : > https://github.com/OSGeo/gdal/pull/5830 > > Starting with my +1 > > Even > > -- > http://www.spatialys.com

[gdal-dev] Motion: adopt RFC 86 Column-oriented read API for vector layers

2022-06-10 Thread Even Rouault
Hi, As the discussion seems to have calmed down, I move to adopt RFC 86: Column-oriented read API for vector layers : https://github.com/OSGeo/gdal/pull/5830 Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___