Re: [gdal-dev] ogr2ogr error: ERROR 1: Maximum number of characters allowed reached.

2022-09-20 Thread Even Rouault
Moises, there's a limit for the maximum size of a line to 1 MB that was added some time ago (post 3.2.2). I've increased it to 10 million bytes in https://github.com/OSGeo/gdal/pull/6403 and also added an open option to make it configurable. Even Le 20/09/2022 à 18:06, Moises Calzado via gd

[gdal-dev] ogr2ogr error: ERROR 1: Maximum number of characters allowed reached.

2022-09-20 Thread Moises Calzado via gdal-dev
Hello everyone, We're facing some issues working with ogr2ogr in the 3.5.1 version, as we've found a dataset that provokes the following error during the execution of the following command: ogr2ogr -f CSV -skipfailures -makevalid /vsistdout/ > CSV:munic_s_anonymized.csv -simplify 0.1 -dim XY