Misplaced Pages

Astronomical Data Query Language

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Query language for astronomical data

Astronomical Data Query Language
Stable release2.0 / 30 October 2008; 16 years ago (2008-10-30)
Influenced by
SQL

Astronomical Data Query Language (ADQL) is a language for astronomical data query based on SQL 92.

Overview

ADQL is a specialized variant of the SQL query language adapted for accessing the astronomical datasets of the virtual observatory, via the Table access protocol (TAP). ADQL is designed to handle large datasets distributed over several locations, while not retrieving data that is not needed.

Language

ADQL is a query language that allows data to be retrieved via a single command, the select statement, which is designed to perform as the select statement in the SQL language. ADQL has extensions designed to improve handling of astronomical data such as spherical co-ordinates that are not handled by standard SQL.

Implementations

ADQL is implemented in packages such as TOPCAT.

Example

SELECT source_id, ra, dec
FROM gaiadr1.tgas_source
WHERE phot_g_mean_flux > 13

References

Footnotes

  1. Osuna & Ortiz 2008, Abstract.
  2. ^ Gaia 2021.
  3. Minin & Rossi 2020, p. 39.
  4. Demleitner & Heinl 2019, p. 1.
  5. Heinl & Jordan 2017, 2m.
  6. Pössel 2020, p. 28.

Sources


Stub icon

This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it.

Stub icon

This astronomy-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: