Re: [gdal-dev] Creation of a new driver from scratch

2023-08-29 Thread Abel Pau
Hi again, I hope you have had nice holidays! In my journey to writing a new driver now I have a doubt. Our format can be written in two versions: v1.1: internal offsets and FID are only saved in 4 bytes. So, there is a limited number of FID you can read/write. v2.0: internal offsets and FID are

[gdal-dev] GDAL / LIBKML / XLSX Layer Style

2023-08-29 Thread Adam Jamison
GDAL Guru's, I'm looking at how to apply some sort of predefined style to a dataset coming from XLSX and going to KML (LIBKML). My thoughts are XLSX --> VRT --> KML. I can successfully add OGR_STYLE at each feature and style the features individually, however I'm hoping I can leverage existing

Re: [gdal-dev] GDAL Maintainers Meeting Minutes

2023-08-29 Thread Kurt Schwehr
That's a bummer about funding, but I have to say that the list of work going on with the GDAL is really exciting! On Mon, Aug 28, 2023 at 11:06 AM Howard Butler wrote: > Howard Butler, Even Rouault, and Dan Baston held the monthly GDAL > Maintainers Meeting on 08/24/2023. Alessandro was unavaila

Re: [gdal-dev] Inquiry about GDAL's Capabilities for Converting 3D .DGN Files to KML/GeoJSON

2023-08-29 Thread Mateusz Loskot
On Tue, 29 Aug 2023 at 11:36, Shahrukh Mirza Nawandish < mirza.nawand...@haritaevi.com> wrote: > Hello everyone, > > I am inquiring about GDAL's capabilities in converting 3D .DGN files to > KML/GeoJSON or any other formats. If GDAL supports this conversion, > https://gdal.org/programs/ogr2ogr.ht

[gdal-dev] Inquiry about GDAL's Capabilities for Converting 3D .DGN Files to KML/GeoJSON

2023-08-29 Thread Shahrukh Mirza Nawandish
Hello everyone, I am inquiring about GDAL's capabilities in converting 3D .DGN files to KML/GeoJSON or any other formats. If GDAL supports this conversion, I would appreciate guidance on the process; if not, I'm open to alternative approaches for maintaining data integrity. Your expertise is highly