You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, karta doesn't support picogeojson 0.7 right now, because the API in picogeojson changed a bit. The supported versions of dependencies are here:
Attempting to import
karta
throws following TypeError:
Looks like the
enforce_poly_winding
keyword arg was appropriately removed in the 0.9.0 release by 81a5c6a due to the update inpicogeojson
0.7.0
fortyninemaps/picogeojson@181879e#diff-ecd1078854dc5584f72f87835e5741c0Doesn't seem like the
0.9.0
code made it's way to pip correctly... Is there some issue with the 0.9.0 release on PyPi?Observed on:
0.9.0
0.7.0
Full stack trace:
The text was updated successfully, but these errors were encountered: