spotfiresoftware / spotfire-python

Package for Building Python Extensions to Spotfire®
Other
18 stars 6 forks source link

Support geopandas 0.7.0+ by propertly handling new CRS format (#12) #13

Closed jorobert closed 3 years ago

jorobert commented 3 years ago

Any thoughts on how critical it is to continue supporting older geopandas (pre-0.7.0)? I hate to require people to upgrade if they don't have to. But it leaves the code in a messier state if we don't.

jorobert commented 3 years ago

Any thoughts on how critical it is to continue supporting older geopandas (pre-0.7.0)? I hate to require people to upgrade if they don't have to. But it leaves the code in a messier state if we don't.

Decided to implement compatibility (and found another compatibility difference between 0.7.0 and 0.8.0+. Addressed all of those so now we should be compatible with 0.6.x - 0.9.0 (and hopefully beyond).