SpatioTemporal / STAREPandas

STAREpandas adds SpatioTemporal Adaptive Resolution Encoding (STARE) support to pandas DataFrames. https://starepandas.readthedocs.io/en/latest/
MIT License
4 stars 1 forks source link

Any examples of reading a shapefile and generating a SpatialRange and DataFrame? #120

Closed michaelleerilee closed 1 year ago

NiklasPhabian commented 1 year ago

how about this guy: https://starepandas.readthedocs.io/en/latest/examples/notebooks/instantiation.html#Polygons

I tend to use geopackages rather than shapefile. But its the same thing. Geopandas can read shapefiles just the same.