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

2023-09-22 Thread Abel Pau via gdal-dev
setembre de 2023 13:16 Para: Abel Pau CC: Even Rouault ; gdal dev Asunto: Re: [gdal-dev] Creation of a new driver from scratch I never used that env bastante before, but it seems to be what you describe. See that it is enabled also in the tests, as Even says in the pull 2666 I'm curious. Why d

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

2023-09-22 Thread Javier Jimenez Shaw via gdal-dev
> Enviado el: dimarts, 5 de setembre de 2023 15:26 > Para: Even Rouault ; gdal-dev@lists.osgeo.org > Asunto: RE: [gdal-dev] Creation of a new driver from scratch > > Hi again, > after looking for that in the code, I think that versions depends on > layer, so -lco is worki

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

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

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

2023-09-05 Thread Abel Pau
5 de setembre de 2023 10:43 Para: Abel Pau ; Even Rouault ; gdal-dev@lists.osgeo.org Asunto: RE: [gdal-dev] Creation of a new driver from scratch 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: dimar

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

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

2023-09-05 Thread Abel Pau
original- De: Even Rouault Enviado el: dimecres, 30 d’agost de 2023 22:57 Para: Abel Pau ; gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Creation of a new driver from scratch Abel, > > I am interested in proportionate 3 ways of proceeding when a used calls > translation from one format

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

2023-08-30 Thread Even Rouault
Abel, I am interested in proportionate 3 ways of proceeding when a used calls translation from one format to our format. way 1: force to write V1.1 and stop writing features if the limit is reached. way 2: force to write V2.0 (and stop writing features if the limit is reached (it will no happe

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

2023-08-30 Thread Abel Pau
said it’s not accessible from the driver... De: gdal-dev En nombre de Abel Pau Enviado el: dimecres, 30 d’agost de 2023 16:37 Para: Javier Jimenez Shaw CC: gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Creation of a new driver from scratch Hi Javier, thanks for your answer. It’s very similar, yes. I’

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

2023-08-30 Thread Abel Pau
de 2023 15:39 Para: Abel Pau CC: gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Creation of a new driver from scratch That sounds very similar to BIGTIFF option in GeoTIFF driver. also a bit like GEOTIFF_VERSION option. https://gdal.org/drivers/raster/gtiff.html You can change that in the middle

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

2023-08-30 Thread Javier Jimenez Shaw
ng some pendant information. > There is any way to inform the user what the process is doing? > > Thanks in advance. I appreciate all your always kind answers. > Abel. > > > -Mensaje original- > De: gdal-dev En nombre de Abel Pau > Enviado el: divendres, 9 de ju

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

2023-08-29 Thread Abel Pau
Thanks in advance. I appreciate all your always kind answers. Abel. -Mensaje original- De: gdal-dev En nombre de Abel Pau Enviado el: divendres, 9 de juny de 2023 12:11 Para: Even Rouault CC: gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Creation of a new driver from scratch Hi a

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

2023-06-09 Thread Even Rouault
oward Butler Asunto: Re: [gdal-dev] Creation of a new driver from scratch It is indeed desired that the code style of the contribution matches GDAL's style to some degree. GDAL provides a .clang-format file that might be helpful when you are editing to provide some automated conforma

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

2023-06-09 Thread Abel Pau
Abel. -Mensaje original- De: Even Rouault Enviado el: divendres, 2 de juny de 2023 20:34 Para: Abel Pau CC: gdal-dev@lists.osgeo.org; Howard Butler Asunto: Re: [gdal-dev] Creation of a new driver from scratch > It is indeed desired that the code style of the contribution matches

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

2023-06-05 Thread Abel Pau
sunto: Re: [gdal-dev] Creation of a new driver from scratch > It is indeed desired that the code style of the contribution matches GDAL's > style to some degree. GDAL provides a .clang-format file that might be > helpful when you are editing to provide some automated conformance.

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

2023-06-02 Thread Even Rouault
It is indeed desired that the code style of the contribution matches GDAL's style to some degree. GDAL provides a .clang-format file that might be helpful when you are editing to provide some automated conformance. Cf https://gdal.org/development/dev_practices.html#commit-hooks also to inst

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

2023-06-02 Thread Howard Butler
Abel, Comments inline > On Jun 2, 2023, at 10:08 AM, Abel Pau wrote: > > You can find the specifications of our vector and raster formats on our > website www.miramon.cat in the "Support/Technical notes" section under the > titles "Format specification of the MiraMon vector files" and "Forma

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

2023-06-02 Thread Abel Pau
Dear GDAL Team, I am writing to you to introduce myself and ask you some questions, if I am allowed to. We are a team of developers working on MiraMon GIS, and I, Abel Pau, am representing our group. We are interested in contributing to the GDAL community by generating GDAL drivers for our vect