What is the right way to insert a Point to a PostGIS database using Python?
Take the 2-minute tour
×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.
First, install the psycopg2 package, a Pythonic interface for PostgreSQL. Then, use
Notes
|
|||
|