mirror of
https://github.com/AllenDowney/AstronomicalData.git
synced 2026-07-28 14:47:02 -07:00
2.0 KiB
2.0 KiB
In [ ]:
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 GaiaIn [ ]: