holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

Add fixed length PointArray type #8

Closed jonmmease closed 4 years ago

jonmmease commented 4 years ago

This PR adds a PointArray geometry type for the storage of individual points. These are backed by pyarrow fixed width binary arrays. Like the rest of the geometry types, these support serialization to and from parquet.