Load Features from Table
- extdb.load_features_from_table
Input:
- connection – Databaseconnection
- table – String
- geometry_column – String
Output:
- output – Feature
Loads spatial features from the specified PostgreSQL/PostGIS table. The function fetches all
rows from the table and converts the given geometry column into WKT, returning each record as
a Feature object. Other columns remain as attributes of the feature.