geoalchemy2

SQL alchemy geoalchemy selecting geometry array

SQL alchemy geoalchemy selecting geometry array Question: I’ve created irregular geometry table which contains point array as geometry type column and I’m trying to retrieve points as per measurement point id. But I’m having an error : ProgrammingError: (psycopg2.errors.CannotCoerce) cannot cast type geometry[] to geometry LINE 1: SELECT ST_X(CAST(db.irregular.axises AS geometry(GEOMETR… This is how it …

Total answers: 1