mirror of
https://github.com/AllenDowney/AstronomicalData.git
synced 2026-07-28 22:50:53 -07:00
2.8 KiB
2.8 KiB
In [7]:
from wget import downloadIn [1]:
import pandas as pd
import numpy as npIn [2]:
import matplotlib as mpl
import matplotlib.pyplot as plt
from matplotlib.path import Path
from matplotlib.patches import PolygonIn [3]:
import astropy.coordinates as coord
import astropy.units as u
from astropy.table import TableIn [4]:
import gala.coordinates as gc
from pyia import GaiaDataIn [5]:
# Note: running this import statement opens a connection
# to a Gaia server, so it will fail if you are not connected
# to the internet.
from astroquery.gaia import GaiaCreated TAP+ (v1.2.1) - Connection: Host: gea.esac.esa.int Use HTTPS: True Port: 443 SSL Port: 443 Created TAP+ (v1.2.1) - Connection: Host: geadata.esac.esa.int Use HTTPS: True Port: 443 SSL Port: 443
In [ ]: