我的机器上有 geoalchemy2。如果我导入 geoalchemy2 并运行geoalchemy2.shape
,我得到:AttributeError: module 'geoalchemy2' has no attribute 'shape'
。但是如果我运行geoalchemy2.shape.to_shape()
,它可以找到方法......我对 geoalchemy2.shape 的两种用法之间的差异感到困惑。为什么会出现差异?
问问题
65 次