Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Andreas Oxenstierna
Notes: 1 ArcSDE server-side SDK as GDAL uses it doesn't exist any more. ESRI moved all functionality to the client-side (e.g. ArcGIS) when rewriting ArcGIS Server to 64-bit. My memory is that was 10.1 but can be 10.2 as Johan write 2 You can store OGC-defined geometries in the native DBMS spa

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Even Rouault
On mercredi 2 septembre 2020 12:07:26 CEST Howard Butler wrote: > Yes, both the vector and raster drivers should be dropped. A determined > person can get it from a previous release or git branch. Removal pending in https://github.com/OSGeo/gdal/pull/2916 "Speak Now or Forever Hold Your Peace"

Re: [gdal-dev] Complexity of algorithms

2020-09-02 Thread Frank Warmerdam
Zachary, The interesting geometry functions are essentially all from GEOS, so I'd suggest investigating there for information. https://trac.osgeo.org/geos/ Most GDAL raster operations are essentially linear in the number of pixels though there are a few things (like hole filling, and polygonizat

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Howard Butler
Yes, both the vector and raster drivers should be dropped. A determined person can get it from a previous release or git branch. Howard > On Sep 2, 2020, at 3:59 AM, Even Rouault wrote: > > Howard, > > Should we just remove the driver if it has become unusable ? People badly in > need for

[gdal-dev] Complexity of algorithms

2020-09-02 Thread Zachary Déziel
Hi all, Sorry for disturbing and I hope I am passing through the right channel for my question. If not, please feel free to redirect me! I have been searching in the documentation and elsewhere for information regarding the time complexity of the algorithms of GDAL/OGR. More precisely around

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Jeff McKenna
Hi Marcin, In the long run, I would go with PostGIS/PostgreSQL, and then display directly in MapServer (as https://mapserver.org/input/vector/postgis.html ) GDAL's related driver page is full of interesting tips as well for PostGIS : https://gdal.org/drivers/vector/pg.html -jeff -- Jeff

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Marcin Grudzień
Dear Johan, Good question. So let me explain the problem. My organization is using ESRI desktop clients (mainly ArcGIS Desktop) to upload the spatial data to the databases used across the organization and publish it via network services. As DBMSs, we use Oracle and Postgres. We upload the data

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Johan Van de Wauw
Marcin, I managed to compile this extension against ubuntu 14.04 with at that time gdal 1.10 , while helping a customer migrating away from arcSDE. https://lists.osgeo.org/pipermail/gdal-dev/2016-November/045445.html At that time, it was only possible to receive this client sdk on cdrom (!). Thi

[gdal-dev] GDAL slide for OSGeo AGM

2020-09-02 Thread Even Rouault
Hi, OSGeo Annual General Meeting (AGM) this year will have a virtual format: Thursday September 10th 2020 from 18 UTC till 20 UTC. See https://lists.osgeo.org/pipermail/discuss/2020-August/039019.html and https://wiki.osgeo.org/wiki/Annual_General_Meeting_2020 for details. The project is reques

Re: [gdal-dev] Compiling GDAL with ArcSDE support

2020-09-02 Thread Even Rouault
Howard, Should we just remove the driver if it has become unusable ? People badly in need for it could still grab an older release. Even > > On Sep 1, 2020, at 11:27 AM, Marcin Grudzień wrote: > > > > Hi, > > > > I need to compile GDAL with the support of ESRI ArcSDE on Ubuntu 20.04. I > >