You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a container for small changes regarding ergonomics (Basel Hackathon).
The "spatial query" tutorial could be renamed for people who don't know what is a spatial query. Maybe something like "Spatial subsampling/query of the SpatialData object"?
In this same tutorial, an example can be shown with a polygon query from Napari (or, at least mentioning the Polygon can be extracted via Napari + add a link to the tutorial). Otherwise, users may not know how to make this Polygon, because they don't want to create it manually, right?
Rename the "Visualization" section to "Technology-specific" in the tutorials
The text was updated successfully, but these errors were encountered:
Hi @josenimo, thanks for your comment! Indeed, SpatialData.query is not documented
Regarding spatialdata.bounding_box_query, it is actually a function from spatialdata, not a method, so you should call it via spatialdata.bounding_box_query(sdata, ...) instead of sdata.bounding_box_query(...). Let me know if that works!
Here is a container for small changes regarding ergonomics (Basel Hackathon).
The text was updated successfully, but these errors were encountered: