You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use python and geoalchemy to query a postgis database with materialized views.
Are there others here who are working with this?
I have used sqlalchemy and postgres before to query tables, but the materialized views give me a headache.
Main problem is how to reflect the existing views, in order to be able to query them.
Any hints are welcome, and maybe there even are enough interested to take this up in the study group?
The text was updated successfully, but these errors were encountered:
Nice, thanks! I now managed to get the materialized view working, but of course I am running into new problems, so there is a lot to discuss! We can add "geopandas" to the topics to talk about.
I want to use python and geoalchemy to query a postgis database with materialized views.
Are there others here who are working with this?
I have used sqlalchemy and postgres before to query tables, but the materialized views give me a headache.
Main problem is how to reflect the existing views, in order to be able to query them.
Any hints are welcome, and maybe there even are enough interested to take this up in the study group?
The text was updated successfully, but these errors were encountered: