<div dir="ltr"><div>Hello</div><div><br></div><div>I use GDAL(<a href="https://github.com/OSGeo/gdal" target="_blank">https://github.com/OSGeo/gdal</a>) with python bindings. I am importing GeoJSON to PostgreSQL (PostGIS). I know how to import only geometry to the table. I dont know how to import geometry with others columns to one table. I need to import geometry to "wkt_geometry" column and his name to "name" column.</div><div>Can you help me please?</div><div><br></div><div>Here is how I import only geometry column:</div><div><i> ogr2ogr.main(["", "-f", "PostgreSQL", "-s_srs", </i> <i>"+proj=longlat +datum=WGS84 +no_defs", "-t_srs", "EPSG:3857", "PG:dbname='test' host='127.0.0.1' port='5432' user='user1' password='password1'", "-nln", "table1"])</i></div><div><i><br></i></div><div>Thanks</div><div><br></div><div><div>Best Regards</div><font color="#888888"><div>Peter</div></font></div></div>