I am looking for a way to map spatial data to sqlalchemy objects. Does someone can tell me if there is such a way? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you’ll want to look at the GeoAlchemy package.
Brings a column type to the table called GeometryColumn.
Filtering is very sqlalchemic also. From the docs:
It’s no further away than a simple
pip install GeoAlchemy.