AdlerFarHorizons / NITELite-pipeline

Code to process images and data taken with the HAB NITELite instrument.
GNU General Public License v3.0
1 stars 7 forks source link

Build buffer-zone querying #17

Open zhafen opened 7 months ago

zhafen commented 7 months ago

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.