How can I use psycopg2 to check if coordinates lie within a certain polygon, and then add a column in a postgres table with this polygon?

前端 未结 0 701
别那么骄傲
别那么骄傲 2021-01-20 02:00

I have a postgres table with columns containg longitude, latitude, and an srid, and another postgres table with wgs84 polygons. I would like to leverage psycopg2 to check wh

相关标签:
回答
  • 消灭零回复
提交回复
热议问题