fortyninemaps / karta

A tidy Python package for geospatial computation
https://karta.fortyninemaps.com
MIT License
100 stars 11 forks source link

guppy.Multipoint fails when a pandas.Series is passed to the 'data' kwarg #6

Closed njwilson23 closed 11 years ago

njwilson23 commented 11 years ago

Being able to use Series in the data field of Multipoints et al seems useful, but fails because Series don't provide a dict-like interface.

njwilson23 commented 11 years ago

Fixed by add5d0b9e739ff8abdb21f9b02ac942630e6a3dc.