catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
187 stars 57 forks source link

API for getting all skeleton IDs that intersect with bounding box or volume #1408

Open tomka opened 8 years ago

tomka commented 8 years ago

It would be nice to add an API endpoint for getting all skeleton IDs that intersect with a particular volume. Simple bounding box queries would be helpful already, but general volume support would be nice.

aschampion commented 8 years ago

Note that at least as of PostGIS 2.2 w/ GEOS, volume query is only 2.5D, so general volume support would either need to further filter this manually or use SFCGAL.