I have a GIS file stored locally and would like to create a PostgreSQL table out of it. What is the best way to do this from a python script? I was thinking of using psql's COPY command but not sure if it can be called from Python. The CSV file contains the poly id and a calculated number (double).
أكثر...
أكثر...