[postgis-users] Any example ogr2ogr specifying a gfs file to use?

2021-12-14 Thread Shaozhong SHI
For some reason, my ogr2org does not pick a gfs folder specified. Any example ogr2ogr specifying a gfs file to use? I need to load a GML with gfs file onto PostGIS with the use of ogr2ogr. Regards, David ___ postgis-users mailing list postgis-users@li

[postgis-users] How to use ogr2ogr to load GML or INSPIRE GML properly?

2021-12-14 Thread Shaozhong SHI
I used the following command: command = f'start cmd /K ogr2ogr -append --config PG_USE_COPY YES -f PostgreSQL {pg_connection} {dirName}{file} -a_srs EPSG:27700' Then, I discover that many values contained in GML do not show up in the PostGIS tables loaded. Regards, David ___

Re: [postgis-users] CVE reported on log4j - is PostGIS affected?

2021-12-14 Thread Paul Ramsey
PostGIS and PostgreSQL are in no way vulnerable to the log4j2 vulnerability. It strictly affects Java-based applications. ATB, P > On Dec 14, 2021, at 12:40 AM, Ulrich Selgert wrote: > > Hello, > > does anybody know if PostGIS is vulnerable to the CVE that has been reported > on the logging i

Re: [postgis-users] CVE reported on log4j - is PostGIS affected?

2021-12-14 Thread karsten
I am by no way an expert - but since log4j is based on Java and Postgresql / PostGIS is not (instead based on C) there should be no way that there would be any issues related to Postgresl/postgis alone Anyone please let me know if I am wrong Karsten -Original Message- From: postgis-u

[postgis-users] CVE reported on log4j - is PostGIS affected?

2021-12-14 Thread Ulrich Selgert
Hello, does anybody know if PostGIS is vulnerable to the CVE that has been reported on the logging implementation log4j? Best regards Ulrich ___ postgis-users mailing list postgis-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/postgis