INVESTIGADORES
LARES HARBIN LATORRE Marcelo
artículos
Título:
GriSPy: A Python package for fixed-radius nearest neighbors search
Autor/es:
CHALELA, M.; SILLERO, E.; PEREYRA, L.; GARCIA, M.A.; CABRAL, J.B.; LARES, M.; MERCHÁN, M.
Revista:
Astronomy and Computing
Editorial:
Elsevier B.V.
Referencias:
Lugar: Amsterdam; Año: 2021 vol. 34
ISSN:
2213-1337
Resumen:
We present a new regular grid search algorithm for quick fixed-radius nearest-neighbor lookup developed in Python. This module indexes a set of k-dimensional points in a regular grid, with optional periodic conditions, providing a fast approach for nearest neighbors queries. In this first installment, we provide three types of queries: bubble, shell and the nth-nearest. For these queries we include three different metrics of interest in astronomy, namely, the euclidean, the haversine and the Vincenty, the last two in spherical coordinates. We also provide the possibility of using a custom distance function. This package results particularly useful for large datasets where a brute-force search turns impractical.