Re: [postgis-users] gdal version with PostGIS

2019-09-10 Thread Devrim Gündüz
Hi Lars, On Wed, 2019-09-11 at 06:08 +, Lars Aksel Opsahl wrote: > Thanks that's nice to hear, just let us know if you want us to test > something. I already committed GDAL 3.0.1 to the git repo. I'm waiting for stabilizing OGDI 4.1.0 RPM. Should take just a few days. I'll let you know. >

Re: [postgis-users] gdal version with PostGIS

2019-09-10 Thread Lars Aksel Opsahl
> From: postgis-users on behalf of > Devrim Gündüz > Sent: Tuesday, September 10, 2019 11:48 AM > To: PostGIS Users Discussion > Subject: Re: [postgis-users] gdal version with PostGIS > > > Hi, > > On Mon, 2019-09-02 at 07:36 +, Lars Aksel Opsahl wrote: > > Whats the policy for bui

Re: [postgis-users] Could someone explain the difference

2019-09-10 Thread paul.malm
Thanks Martin, I could not get the “where” command to work in the join clause. So I made it simple for me. Delete from orig Where ST_contains(geom1, geom2) AND ST_lenght(geom2) I don’t know if this is more time/prosessor consuming than other solutions. Kind regards, Paul Från: postgis-users [mail

[postgis-users] Has any one got a postgis table set up for sopporting mapinfo users?

2019-09-10 Thread Shaozhong SHI
Hi, all, I am looking for the result of psql \d+ a table for MapInfo. Looking forward to hearing from you. Regards, Shao ___ postgis-users mailing list postgis-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/postgis-users

Re: [postgis-users] gdal version with PostGIS

2019-09-10 Thread Komяpa
On Tue, Sep 10, 2019 at 1:04 PM Devrim Gündüz wrote: > > Hi, > > On Wed, 2019-09-04 at 15:05 +0300, Darafei "Komяpa" Praliaskouski wrote: > > According to repology, CentOS 7 doesn't even ship PostGIS. See table at > the > > end of https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS - >

Re: [postgis-users] gdal version with PostGIS

2019-09-10 Thread Devrim Gündüz
Hi, On Wed, 2019-09-04 at 15:05 +0300, Darafei "Komяpa" Praliaskouski wrote: > According to repology, CentOS 7 doesn't even ship PostGIS. See table at the > end of https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS - it > contains all distributions. Looks like it assumes that everyon

Re: [postgis-users] gdal version with PostGIS

2019-09-10 Thread Devrim Gündüz
Hi, On Mon, 2019-09-02 at 07:36 +, Lars Aksel Opsahl wrote: > Whats the policy for build scripts for postgis for new versions of gdal? > > When I installed with yum on Centos 7 (X86), I got GDAL 2.3.2 I often try to pick up the latest versions in the PostgreSQL community repositories, but G