Re: [gdal-dev] BAG Driver - dimension size being written in the wrong order

2021-03-19 Thread Eric Younkin - NOAA Federal via gdal-dev
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

Re: [gdal-dev] BAG Driver - dimension size being written in the wrong order

2021-03-19 Thread Even Rouault
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

[gdal-dev] BAG Driver - dimension size being written in the wrong order

2021-03-19 Thread Eric Younkin - NOAA Federal via gdal-dev
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

Re: [gdal-dev] Question Regarding Custom gdal_translate

2021-03-19 Thread Patrick Young
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

Re: [gdal-dev] Question Regarding Custom gdal_translate

2021-03-19 Thread Andrew C Aitchison
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

[gdal-dev] Question Regarding Custom gdal_translate

2021-03-19 Thread mat data
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

Re: [gdal-dev] OSGeo.OGR.Geometry: Union the mutiple geometries at a time

2021-03-19 Thread jratike80
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