Y
Hacker News
new
|
ask
|
show
|
jobs
by
Demiurge
4546 days ago
how does SQLAlchemy support for PostGIS compare to GeoDjango ORM?
1 comments
mwhite
4546 days ago
Looks like it's pretty robust:
http://www.geoalchemy.org/tutorial.html
link
psgibbs
4546 days ago
It is, though if you're using PostGIS, I'd recommend GeoAlchemy2[1], which ties into SQLAlchemy a bit more naturally (because they get rid of support for all other engines). Also, seems to be more actively developed/maintained.
[1]
https://geoalchemy-2.readthedocs.org/en/latest/
link