Write Features to Table
- extdb.write_features_to_table
Input:
- connection – Databaseconnection
- table – String
- geometry_column – String
- features – Feature
Output:
- –
Writes spatial features to the specified PostgreSQL/PostGIS table. The geometry is converted from WKT format to PostGIS geometry using ST_GeomFromText.