Metadata-Version: 2.4
Name: qlsc
Version: 1.1.0
Summary: A Python implementation of the quadrilateralized spherical cube scheme.
Home-page: https://github.com/demitri/qlsc
Author: Demitri Muna
Author-email: demitri@trillianverse.org
Project-URL: Documentation, https://qlsc.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/demitri/qlsc
Requires-Python: >=3.6
Requires-Dist: numpy>=1.18
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

The quadrilateralized spherical cube (QLSC) is a geospatial indexing scheme for segmenting a sphere into pixels with the aim of optimized spatial indexing and queries. QLSC is an implementation of this scheme in a Python package. Parts of it are based on code from Sergey Koposov’s Q3C, a PostgreSQL extension that implements QLSC indexing. In addition to sphere segmentation, this package provides the catalog indexing functionality of Q3C without the need to install a PostgreSQL database.

This package also enables fast local cone searches on astronomical catalogs without the need to install any other dependencies, supporting essentially unlimited numbers of coordinates (i.e. if you're familiar with Q3C, the same can be performed without PostgreSQL).
