whosonfirst / py-mapzen-whosonfirst-spatial

Python library for working with spatial databases (and services) and Who's On First documents.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Update to Python3 #11

Closed stepps00 closed 4 years ago

stepps00 commented 4 years ago

Update to Python3. Example:

https://github.com/whosonfirst/py-mapzen-whosonfirst-spatial/blob/master/mapzen/whosonfirst/spatial/postgres.py#L233

filters.has_key("wof:is_ceased")

would now be

"wof:is_ceased" in filters
thisisaaronland commented 4 years ago

Fixed in v2.0.1 release.