python-postgis
python-postgis copied to clipboard
Make base objects hashable, use it for equality check, and include srid
I wonder if we should make sure neither self.coords nor self.srid is changed during the lifetime of a geometry, given hash depends on them, and a hash of an instance must never change.