This repository was built during the 2026 Hackathon in San Servolo, Venice.
It shows a vignette how to:
- read a
SpatialDataobject inpython - write the
SpatialDataobject inpython - read the
SpatialDataobject inR - run
Rmethods on theSpatialDataobject (spacexr,sosta) - plot the updated
SpatialDataobject inRusingSpatialData.plot
In the process of building this vignette we updated several key components of both the SpatialData and SpatialData.plot packages:
- lazy queries of
SpatialDataobjects such as a bounding-box or polygons withduckspatial - updating
SpatialData.plotto work ongeom_sfin response to theSpatialDatachanges. - enabling plotting of multichannel images in
SpatialData.plot