alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
144 stars 20 forks source link

Geopandas and Spatial Data Support #1031

Open iki77 opened 3 years ago

iki77 commented 3 years ago

Currently, LatLong logical type only supports object dtype. However, it is very common that LatLong is stored as a spatial data, which will have geometry dtype if loaded using Geopandas. The geometry dtype that represents LatLong:

Requested features:

gsheni commented 3 years ago

@iki77 thank for creating this issue. We understand the situation you mentioned, and need to do some more exploration on how we can handle geometry dtype.