Even Rouault mines-paris.org> writes:
>
> SQLite write performances can be improved dramatically by following the
> recommandations in the "Performance hints" paragraph of
> http://gdal.org/ogr/drv_sqlite.html . In particular, in my experience, on some
> Linux kernels and EXT4 filesystem, defini
> Is it possible to keep the full string and not the truncated one ? Maybe
> a parameter to set ?
No, there's no existing parameter to avoid the truncation. What you could do is
just create a string with that format (or one you prefer)
> For now I have tested a few drivers :
> - KML : useless w
Hi,
Thank you for your answer.
Le 19/09/2012 17:04, Even Rouault a écrit :
Because KML, GML and SQLite driver have a default case where they will create a
field of String type when encountering an unhandled field type such as
IntegerList, whereas the Shapefile driver will refuse it directly. Fo
Selon Bruno Belarte :
> Hi,
>
> I am currently working on exporting some data (an adjacency graph with
> nodes described by an id (integer), an OGRGeometry and some other fields
> (string and real) into a file. I choose to export the adjacency relation
> as an IntegerList field (for each node, the
Hi,
I am currently working on exporting some data (an adjacency graph with
nodes described by an id (integer), an OGRGeometry and some other fields
(string and real) into a file. I choose to export the adjacency relation
as an IntegerList field (for each node, the list contains the id of all