Re: [gdal-dev] [X]Re: Issue trying to install gdal 3.0.4 on Red Hat 8

2020-02-14 Thread Joseph Risi
Ah thank you. I found an alternative fix as well. ./configure --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-jpeg12 Joseph A. Risi Information Analyst MDRC 200 Vesey Street, 23rd Floor New York, NY 10281 joseph.r...@mdrc.org Pronouns: He/Him/His

Re: [gdal-dev] Issue trying to install gdal 3.0.4 on Red Hat 8

2020-02-14 Thread Even Rouault
On vendredi 14 février 2020 20:16:47 CET Joseph Risi wrote: > I'm running Red Hat 8, and I'm trying to install gdal 3.0.4 on it. > > The commands I've excuted thus far: > > wget http://download.osgeo.org/gdal/3.0.4/gdal-3.0.4.tar.gz > tar zxvf gdal-3.0.4.tar.gz > cd gdal-3.0.4 > ./configure >

Re: [gdal-dev] Pass >1 geometry field via ODBC

2020-02-14 Thread Even Rouault
> If there are two records in the Geometry_Columns table, QGis will only read > the WKT field defined in the first record. > > Is this a limitation of the ODBC driver? Yes, the driver isn't currently designed to deal with that. Assuming that the schema of the Geometry_Columns has a unicity

Re: [gdal-dev] postgis raster driver

2020-02-14 Thread Even Rouault
Jachym, > https://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html ? https://gdal.org/drivers/raster/postgisraster.html should better reflect the current state. > The GDAL PostGIS Raster driver does not support writing raster to the > database yet. This still holds true > The write support to

Re: [gdal-dev] Docker images

2020-02-14 Thread Even Rouault
Stéphane, > - How is the security is managed in those Docker images? Basically those images are built by a nightly cron job on my machine, and I don't think I've docker pull'ed the base Ubuntu image in recent times, so they are probably outdated. Currently you'd better apt update && apt

Re: [gdal-dev] How far can we resolve complex GeoJSON?

2020-02-14 Thread Even Rouault
> If this JSON is coming from a WFS, won't there be a JSON schema of some > kind provided by the server? The WFS3 driver has some (primitive) support for JSON schema and XML schema, but only for the "simple features" profile. > Would using OGR's WFS3 driver instead of GeoJSON help? No, it uses

[gdal-dev] Issue trying to install gdal 3.0.4 on Red Hat 8

2020-02-14 Thread Joseph Risi
I'm running Red Hat 8, and I'm trying to install gdal 3.0.4 on it. The commands I've excuted thus far: wget http://download.osgeo.org/gdal/3.0.4/gdal-3.0.4.tar.gz tar zxvf gdal-3.0.4.tar.gz cd gdal-3.0.4 ./configure sudo make install After I run `sudo make install`, I get the following error

Re: [gdal-dev] How far can we resolve complex GeoJSON?

2020-02-14 Thread Sean Gillies
Hi Jukka, Even, On Thu, Feb 13, 2020 at 4:43 PM Even Rouault wrote: > On jeudi 13 février 2020 21:06:57 CET Rahkonen Jukka (MML) wrote: > > Hi, > > > > Have a look at data returned by request > > > https://beta-paikkatieto.maanmittauslaitos.fi/geographic-names/wfs3/v1/coll > >

[gdal-dev] Pass >1 geometry field via ODBC

2020-02-14 Thread Square Cube
I am using QGis to read records from a database via ODBC. Each record contains spatial information in the main table in WKT format, and the database also has a Geometry_Columns table that defines f_geometry_column f_table_catalogue f_table_name geometry_type This works fine, and QGis is able to

[gdal-dev] postgis raster driver

2020-02-14 Thread Jachym Cepicky
Hi Developers, how up-to-date is this page: https://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html ? Log says, it's about 6 years old now. It also says, among other things, The GDAL PostGIS Raster driver does not support writing raster to the database yet. But you can load raster data in the

[gdal-dev] Docker images

2020-02-14 Thread Stéphane Brunner
Hello, Now we get a relay nice Docker images with GDAL, but I have tow questions: - How is the security is managed in those Docker images? - How will new versions of distributions be managed? CU and thanks in advance Stéphane Brunner -- *Stéphane Brunner* Geospatial Solutions Software