Thanks Even!
On Fri, Mar 19, 2021 at 1:22 PM Even Rouault
wrote:
> Eric,
>
> I believe you're right. I've just fixed the issue by changing the template
> resource XML file used by the GDAL driver in
>
>
> https://github.com/OSGeo/gdal/commit/1d2e7bc8fcde059de853335fee390479d457be06
>
> So you ca
Eric,
I believe you're right. I've just fixed the issue by changing the
template resource XML file used by the GDAL driver in
https://github.com/OSGeo/gdal/commit/1d2e7bc8fcde059de853335fee390479d457be06
So you can easily workaround the issue by updating this file in your
existing installati
Hello,
Using conda installed GDAL 3.2.1
I think I've stumbled on a bug with the BAG driver. It seems as though
when you use Create() to make a BAG, it writes the dimensionSize xml
attribute in the wrong order. It sets the column dimension size to the row
dimensionSize xml attribute, and row to
FWIW check out
https://github.com/OSGeo/gdal/blob/master/autotest/utilities/test_gdal_translate.py
https://github.com/OSGeo/gdal/blob/master/autotest/utilities/test_gdal_translate_lib.py
On Fri, Mar 19, 2021 at 3:35 AM Andrew C Aitchison
wrote:
> On Fri, 19 Mar 2021, mat data wrote:
>
> > I am
On Fri, 19 Mar 2021, mat data wrote:
I am required to edit a portion of gdal_translate utility to fit my own
needs. For that reason I would need to edit the code in gdal_translate
related cpp files. And redo the whole "make" command many times. Is there a
way so I can specifically test only gdal
I am required to edit a portion of gdal_translate utility to fit my own
needs. For that reason I would need to edit the code in gdal_translate
related cpp files. And redo the whole "make" command many times. Is there a
way so I can specifically test only gdal_translate functionality. So I
don't hav
Hi,
Please explain what do you mean by "Concave Hull-based union geometry".
Union is union as it is defined in the OpenGIS Simple Features
Implementation Specification for SQL 1.1 standard. There is only one
possible correct result from union. The source code is available if you are
interested in