Re: [gdal-dev] Motion: RFC 84: Migrating build systems to CMake

2021-10-12 Thread Daniel Morissette
+1 Daniel On 2021-10-11 10:14, Howard Butler wrote: All, Discussion on this topic has died down, and it appears there are no major objections, so I would like to put forward a motion to approve RFC 84. With a conservative timeline, the final outcome of this effort is GDAL will be CMake-onl

Re: [gdal-dev] HTTP response code: 303 from lpdaac.earthdata.nasa.gov

2021-10-12 Thread Joaquim Manuel Freire Luís
Rebuilt GDAL and now works again (but not the 3.0.4 version in the University Campus). Probably a system reboot would have been much simpler. 😊 Joaquim From: gdal-dev On Behalf Of Joaquim Manuel Freire Luís Sent: Tuesday, October 12, 2021 11:31 AM To: Even Rouault ; gdal-dev@lists.osgeo.org S

Re: [gdal-dev] Failure to compile master

2021-10-12 Thread Even Rouault
Does it mean we need to rebuild PROJ lib in order to build GDAL? Yes, this is a symbol new in PROJ 8.2dev, so when you use PROJ master, you may need to rebuild GDAL if it depends on newer symbols. Joaquim ___ gdal-dev mailing list gdal-dev@lists.

[gdal-dev] Failure to compile master

2021-10-12 Thread Joaquim Manuel Freire Luís
Hi, I'm getting this error while building master (on Windows but shouldn't matter) C:\programs\compa_libs\gdal_GIT\gdal\ogr\ogrspatialreference.cpp(7835): error C3861: 'proj_create_conversion_pole_rotation_netcdf_cf_convention': identifier not found Found also this PROJ PR https://github.com/

Re: [gdal-dev] Simple features/sql-mm and bezier/elliptical curves

2021-10-12 Thread Paul Ramsey
This would be something we could put our (PostGIS) OSGeo budget to, perhaps, in lieu of any other activities going on this year. P > On Oct 12, 2021, at 3:00 AM, Darafei Komяpa Praliaskouski > wrote: > > Hello, > > ISO SQL/MM has chapters for NURBS and other magical geometry types. The text

Re: [gdal-dev] ogr2ogr changes field length

2021-10-12 Thread matteo
Hi Jukka, GDAL has the internal default of 80 characters. GDAL users do not really need other options because fields are automatically expanded when longer strings are appended afterwards but if the shapefile is used in some other software it does happen that it is impossible to insert long s

Re: [gdal-dev] HTTP response code: 303 from lpdaac.earthdata.nasa.gov

2021-10-12 Thread Joaquim Manuel Freire Luís
Hmm, that was in linux with a "GDAL 3.0.4, released 2020/01/28" but I get the same error on Windows with my build (< one month) of master. The strange thing is that I was working in a script that downloads many of those files and between two iterations of bug fixes I started receiving that error

Re: [gdal-dev] HTTP response code: 303 from lpdaac.earthdata.nasa.gov

2021-10-12 Thread Even Rouault
Joaquim, FWIW, works for me with HEAD of master or 3.3 branch. Even Le 12/10/2021 à 12:00, Joaquim Manuel Freire Luís a écrit : Hi, This seems to be related to some service change as it was working till yesterday and then started giving a 303 error. Note that downloading the file with a b

Re: [gdal-dev] OpenFileGDB: Error occurred in filegdbtable.cpp at line 696

2021-10-12 Thread Ari Jolma
The problem was insufficient policy for the IAM of the EC2, it had no rights for the objects in the bucket. Ari Jolma kirjoitti 12.10.2021 klo 12.40: This works: ari@xps:~/lahde$ ogrinfo -ro /vsis3/lahde-test-test/kuviot01102021.gdb INFO: Open of `/vsis3/lahde-test-test/kuviot01102021.gdb'    

Re: [gdal-dev] Simple features/sql-mm and bezier/elliptical curves

2021-10-12 Thread Komяpa
Hello, ISO SQL/MM has chapters for NURBS and other magical geometry types. The text is unfortunately not free - I'd love us to have a copy for the PostGIS team at least. Last time I was touching that topic was around 2019 when I wanted to make TINs somewhat more compatible. OGC has a very limited

[gdal-dev] HTTP response code: 303 from lpdaac.earthdata.nasa.gov

2021-10-12 Thread Joaquim Manuel Freire Luís
Hi, This seems to be related to some service change as it was working till yesterday and then started giving a 303 error. Note that downloading the file with a browse, works. gdalinfo /vsicurl/https://lpdaac.earthdata.nasa.gov/lp-prod-protected/HLSS30.015/HLS.S30.T10TEK.2020273T190109.v1.5.B8A.

Re: [gdal-dev] Simple features/sql-mm and bezier/elliptical curves

2021-10-12 Thread Even Rouault
Hi Nyall, From what I'm aware of that is closely related: - The OGC Simple Features spec has a ongoing revision in https://www.ogc.org/standards/requests/238?utm_source=phplist820&utm_medium=email&utm_content=HTML&utm_campaign=OGC+seeks+public+comment+on+draft+Simple+Features+2021+standard , b

[gdal-dev] OpenFileGDB: Error occurred in filegdbtable.cpp at line 696

2021-10-12 Thread Ari Jolma
This works: ari@xps:~/lahde$ ogrinfo -ro /vsis3/lahde-test-test/kuviot01102021.gdb INFO: Open of `/vsis3/lahde-test-test/kuviot01102021.gdb'   using driver `OpenFileGDB' successful. 1: kuviot (Multi Polygon) 2: invpsto_osite (None) ari@xps:~/lahde$ ogrinfo --version GDAL 3.3.2, released 2021/

Re: [gdal-dev] Custom vertical transformations

2021-10-12 Thread Kristian Evers via gdal-dev
Very cool, Even! In the end I managed to come up with a solution that uses +geoidgrids but this will certainly make things easier in the future. Thanks for taking the time to implement this! /Kristian > -Original Message- > From: Even Rouault > Sent: 11. oktober 2021 23:36 > To: Kristi