Is your feature request related to a problem? Please describe.
One use-case is to choose all images overlapping a specified (lat, lon) within a distance b.
This is currently not particularly easy.
Describe the solution you'd like
The user to specify selected images with straightforward args in configs/query.yaml.
This can probably be done by adding a preprocessing step that calculates coordinates relative to the selected.
Describe alternatives you've considered
PostGIS has some of this functionality built in, so we may look at that or other existing libraries.
Is your feature request related to a problem? Please describe. One use-case is to choose all images overlapping a specified
(lat, lon)
within a distanceb
. This is currently not particularly easy.Describe the solution you'd like The user to specify selected images with straightforward args in
configs/query.yaml
. This can probably be done by adding a preprocessing step that calculates coordinates relative to the selected.Describe alternatives you've considered PostGIS has some of this functionality built in, so we may look at that or other existing libraries.