holoviz / spatialpandas

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

How is it different from geopandas? #14

Closed Casyfill closed 4 years ago

Casyfill commented 4 years ago

just asking :-)

jonmmease commented 4 years ago

Hi @Casyfill,

The best discussion of differences in goals is probably https://github.com/holoviz/spatialpandas/issues/1#issuecomment-547496327. But the discussion of the entire issue (https://github.com/holoviz/spatialpandas/issues/1) may be informative.

The initial motivation/application was to support polygon rendering in Datashader (https://github.com/holoviz/datashader/pull/826).

Casyfill commented 4 years ago

thanks!