[gdal-dev] Transparent lines between raster images when using gdalbuildvrt

2022-05-17 Thread Seb Kr
Hello there! All the files mentioned in this message can be found here: https://www.swisstransfer.com/d/0722395d-64a4-48fc-8ac9-534e1444fc43 In my company we are currently developing a software in which a user can input different types of raster images (GTiff/JPG/PNG/etc.). They can have a differ

Re: [gdal-dev] Ogrinfo , ogr2ogr file size limits

2022-05-17 Thread Even Rouault
Ah of course. And the ILI2 driver does ingest the whole file into memory ili2c is not used by the driver. It is just a preparation step to create the .imd file. So that wouldn't help here. But your alternatives are good hints. Could be worth to extend https://gdal.org/drivers/vector/ili.html t

Re: [gdal-dev] Ogrinfo , ogr2ogr file size limits

2022-05-17 Thread Andreas Neumann
Hi, Most likely, Frando is talking about the "Interlis" format - a format common in Switzerland (and also Colombia, by export from Switzerland). see https://gdal.org/drivers/vector/ili.html Since this involves Java ili2c, you should set the corresponding XmX memory setting for the Java compi

Re: [gdal-dev] Ogrinfo , ogr2ogr file size limits

2022-05-17 Thread Joaquim Manuel Freire Luís
xtf is the extension by a format of sidescan sonar data. This one was picked randomly from a google search https://www.usna.edu/Users/oceano/pguth/md_help/html/sidescan.htm From: gdal-dev On Behalf Of Even Rouault Sent: Tuesday, May 17, 2022 10:43 AM To: Gonzalez Velasquez, Frando Alexis ; gdal

Re: [gdal-dev] Ogrinfo , ogr2ogr file size limits

2022-05-17 Thread Even Rouault
Frando, The .xtf extension doens't ring a bell to me. Which OGR driver recognizes such file ? (remove the -q option and look at the beginning of the report of ogrinfo), and what is your GDAL version ? Most OGR drivers work in streaming mode and can handle arbitrary big files, but a few ones