Re: [gdal-dev] : Inquiry about Converting MicroStation V8 DGN to GeoJSON or Alternative Formats

2023-09-05 Thread Adam Jamison
Shahrukh, I use MicroStation daily and have a licensed product so this would only work if you have it installed. Depending on your Bentley MicroStation version I’ve had some success writing C# addin for the software to interpret Bentley elements and output geojson. In the latest version (v10.1

Re: [gdal-dev] SICD driver

2023-09-05 Thread Even Rouault
Hi, SICD is a specification over NITF for which there is a GDAL driver : https://gdal.org/drivers/raster/nitf.html There have been tunings a couple years ago to deal with SICD apparently: https://github.com/OSGeo/gdal/pull/4028 Even Le 05/09/2023 à 02:29, ni hao a écrit : Hi list, Is

Re: [gdal-dev] Sentinel-3 driver

2023-09-05 Thread Even Rouault
Hi, no, no support for manifest file. Not totally sure there's anything in them substantially more interesting compared to what is already in the .nc files The netCDF driver has been tuned to read some Sentinel 3 products, such as SRAL MWR Level 2 Even Le 05/09/2023 à 02:42, ni hao a

Re: [gdal-dev] Memory mapped VSILFILE ?

2023-09-05 Thread Even Rouault
Andrew, cf CPLVirtualMemFileMapNew() ( https://gdal.org/doxygen/cpl__virtualmem_8h.html#a02ab08b2cf138fa69d076ccd81eda3cb ) which was an implementation step of https://gdal.org/development/rfc/rfc45_virtualmem.html RawRasterBand::GetVirtualMemAuto() (https://github.com/OSGeo/gdal/blob/83425

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

2023-09-05 Thread Abel Pau
Hi Everyone, Even, after a meeting with the team, we have took in consideration your opinion and we have discard the option of writing V1.1 and change to V2.0 in the middle of writing. We have a long tradition with V1.1 and we can't ignore that now but we are going to offer both possibilities:

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

2023-09-05 Thread Abel Pau
Sorry there was a mistake. I meant: ogr2ogr src dst -dsco Version=V11 ... -Mensaje original- De: gdal-dev En nombre de Abel Pau Enviado el: dimarts, 5 de setembre de 2023 10:26 Para: Even Rouault ; gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Creation of a new driver from scratch Hi

[gdal-dev] GDAL 3.7.2 RC1 available

2023-09-05 Thread Even Rouault
Hi, I have prepared a GDAL/OGR 3.7.2 release candidate. Pick up an archive among the following ones (by ascending size):   https://download.osgeo.org/gdal/3.7.2/gdal-3.7.2rc1.tar.xz   https://download.osgeo.org/gdal/3.7.2/gdal-3.7.2rc1.tar.gz   https://download.osgeo.org/gdal/3.7.2/gdal372rc1.z

Re: [gdal-dev] GDAL 3.7.2 RC1 available

2023-09-05 Thread Andrew C Aitchison
On Tue, 5 Sep 2023, Even Rouault wrote: Hi, I have prepared a GDAL/OGR 3.7.2 release candidate. Pick up an archive among the following ones (by ascending size):   https://download.osgeo.org/gdal/3.7.2/gdal-3.7.2rc1.tar.xz   https://download.osgeo.org/gdal/3.7.2/gdal-3.7.2rc1.tar.gz   https://

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

2023-09-05 Thread Abel Pau
Hi again, after looking for that in the code, I think that versions depends on layer, so -lco is working fine (instead of -dsco, les used). So, if there is no inconvenience, I'll use -lco Version=V20, etc... Thanks again -Mensaje original- De: Abel Pau Enviado el: dimarts, 5 de setembr

Re: [gdal-dev] : Inquiry about Converting MicroStation V8 DGN to GeoJSON or Alternative Formats

2023-09-05 Thread Shahrukh Mirza Nawandish
Hi Adam, Thank you so much for your detailed response!  I'm excited to give this a try.If I encounter any questions or run into any issues during the process, I would reach out to you for further guidance? Your expertise would be invaluable. 05.09.2023, 10:09, "Adam Jamison" :Shahrukh, I use MicroS