[gdal-dev] Reading binary data from FileGDB

2021-04-29 Thread srweal
Hi, I'm after advice. I need to read a BLOB field from various features within a FileGDB. I need to work with this data either in C# code (via the GDAL C# bindings), or else have it directly read into a SQL database (e.g. via ogr2ogr). I've hit up against a couple of problems doing this that I d

Re: [gdal-dev] Degree symbols

2021-04-29 Thread Even Rouault
Why not. AFAICS CPLDecToDMS isn't used by GDAL anywhere else than in gdalinfo. But we'd need CPLDMSToDec() to be adapted to accept the old and new variants. you'll need to match the 2 bytes 0xC2 0xB0 for the UTF-8 ° Le 29/04/2021 à 15:44, Andrew C Aitchison a écrit : Now that PROJ data includ

[gdal-dev] Degree symbols

2021-04-29 Thread Andrew C Aitchison
Now that PROJ data includes "AREA" descriptions with degree symbols, what to people think about the attached patch which makes CPLDecToDMS report angles with the degree symbol too ? Sadly, the reverse function CPLDMSToDec will need more work as we cannot fudge the fact that the degree symbol is

Re: [gdal-dev] Motion: promote GDAL 3.3.0 RC1

2021-04-29 Thread jratike80
+1 -Jukka Rahkonen- Even Rouault-2 wrote > Hi, > > Having heard no issues being reported regarding RC1 > > Motion: > > Adopt GDAL 3.3.0 RC1 as final 3.3.0 release > > Starting with my +1 > > Even > > -- > http://www.spatialys.com > My software is free, but my time generally not. > >

[gdal-dev] ODBC and configure

2021-04-29 Thread Greg Troxel
I have a report from a pkgsrc user of the ODBC library being missing from gdal.so. pkgsrc doesn't declare a dependency so this is intended to be hidden from the build evironment. I went looking for docs and found: https://gdal.org/drivers/vector/odbc.html which says ODBC support is poten

Re: [gdal-dev] Motion: promote GDAL 3.3.0 RC1

2021-04-29 Thread Daniel Morissette
+1 Daniel On 2021-04-29 05:56, Even Rouault wrote: Hi, Having heard no issues being reported regarding RC1 Motion: Adopt GDAL 3.3.0 RC1 as final 3.3.0 release Starting with my +1 Even -- Daniel Morissette Mapgears Inc T: +1 418-696-5056 #201

[gdal-dev] Gdal_translate batch processing

2021-04-29 Thread gnihalk
Hi you all. I have a huge MODIS dataset and I need to translate them to tiff but each data is in a different sub-folder. C:\Users\HP\Desktop\modis\500889913\500889913\88258783\MOD10A2.2016322095024.hdf C:\Users\HP\Desktop\modis\500889913\500889913\96113659\MOD10A2.A2016321.h20v05.00

Re: [gdal-dev] Motion: promote GDAL 3.3.0 RC1

2021-04-29 Thread Howard Butler
> On Apr 29, 2021, at 4:56 AM, Even Rouault wrote: > > Hi, > > Having heard no issues being reported regarding RC1 > > Motion: > > Adopt GDAL 3.3.0 RC1 as final 3.3.0 release > > Starting with my +1 +1 Howard ___ gdal-dev mailing list gdal-dev

[gdal-dev] Motion: promote GDAL 3.3.0 RC1

2021-04-29 Thread Even Rouault
Hi, Having heard no issues being reported regarding RC1 Motion: Adopt GDAL 3.3.0 RC1 as final 3.3.0 release Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___ gdal-dev mailing list gdal-dev@lis

Re: [gdal-dev] GDAL question

2021-04-29 Thread Peter P
When I use in cmd: ogrinfo -so PG:"dbname='test' host='127.0.0.1' port='5432' user='user1' password='password1'" table1 Output is: Layer name: table1 Geometry: Unknown (any) Feature Count: 8 Extend: (...,...) - (,...) Layer SRS WKT: (unknown) FID Column = Id Geometry Column = TestGeometry Nam