MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

Update automatic PostGIS automatic type conversion example for Shapely 1.8/2.0 #1085

Closed ChimneySwift closed 11 months ago

ChimneySwift commented 11 months ago

Shapely 1.8/2.0 depreciates the shapely.geometry.asShape() method in favor of shapely.geometry.shape() source.

Small change, but could save someone my headache.