diff --git a/01-query.html b/01-query.html index 0428b830..6d8df5f8 100644 --- a/01-query.html +++ b/01-query.html @@ -289,10 +289,10 @@

-
+

-

@@ -312,7 +312,7 @@

-
See all in one page +
See all in one page
@@ -389,8 +389,7 @@

Objectives

-

Outline -

+

Outline

This episode demonstrates the steps for selecting and downloading data from the Gaia Database:

@@ -403,8 +402,7 @@

OutlineQuery Language -

+

Query Language


In order to select data from a database, you need to compose a query, which is a program written in a “query language”. The query language we will use is ADQL, which stands for “Astronomical Data Query @@ -416,8 +414,7 @@

Outlinethis ADQL Cookbook.

-

Using Jupyter -

+

Using Jupyter


If you have not worked with Jupyter notebooks before, you might start with the tutorial on from Jupyter.org called “Try Classic Notebook”, or this @@ -452,8 +449,7 @@

OutlineConnecting to Gaia -

+

Connecting to Gaia


The library we will use to get Gaia data is Astroquery. Astroquery provides Gaia, which is an object that represents a connection to the Gaia database.

@@ -468,8 +464,7 @@

PYTHON