Skip to main content

Functions and classes to access online astronomical data resources

Project description

Documentation | View on Github | Download Development ZIP

Latest PyPI version Documentation Status Github Actions CI Status Coverage results Zenodo

Accessing Online Astronomical Data

Astroquery is an astropy affiliated package that contains a collection of tools to access online Astronomical data. Each web service has its own sub-package. For example, to interface with the SIMBAD website, use the simbad sub-package:

>>> from astroquery.simbad import Simbad
>>> theta1c = Simbad.query_object('tet01 Ori C')
>>> theta1c.pprint()
   main_id          ra           dec      ... coo_wavelength     coo_bibcode       matched_id
                   deg           deg      ...
------------- ------------- ------------- ... -------------- ------------------- -------------
* tet01 Ori C 83.8186095697 -5.3897005033 ...              O 2020yCat.1350....0G * tet01 Ori C

Installation and Requirements

Astroquery works with Python 3.9 or later. As an astropy affiliate, astroquery requires astropy version 5.0 or later.

The latest version of astroquery can be pip installed (note the --pre for picking up released developer versions, and -U for upgrade):

$ python -m pip install -U --pre astroquery

To install all the mandatory and optional dependencies add the [all] identifier to the pip command above (or use [docs] or [test] for the dependencies required to build the documentation or run the tests):

$ python -m pip install -U --pre astroquery[all]

To install the ‘bleeding edge’ version:

$ python -m pip install git+https://github.com/astropy/astroquery.git

or cloned and installed from source:

$ # If you have a github account:
$ git clone git@github.com:astropy/astroquery.git
$ # If you do not:
$ git clone https://github.com/astropy/astroquery.git
$ cd astroquery
$ python -m pip install .

Using astroquery

Importing astroquery on its own doesn’t get you much: you need to import each sub-module specifically. See the documentation for a list of Available Services. The API shows the standard suite of tools common to most modules, e.g. query_object and query_region.

To report bugs and request features, please use the issue tracker. Code contributions are very welcome, though we encourage you to follow the API and contributing guidelines as much as possible.

Citing Astroquery

If you use astroquery, please cite the paper we published in The Astronomical Journal.

The BibTeX entry is available from the package itself:

import astroquery
astroquery.__citation__

In addition you may also want to refer to specific versions of the package. We create a separate Zenodo DOI for each version, they can be looked up at the following Zenodo page

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

astroquery-0.4.10.tar.gz (12.5 MB view details)

Uploaded Source

Built Distribution

astroquery-0.4.10-py3-none-any.whl (11.1 MB view details)

Uploaded Python 3

File details

Details for the file astroquery-0.4.10.tar.gz.

File metadata

  • Download URL: astroquery-0.4.10.tar.gz
  • Upload date:
  • Size: 12.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.1

File hashes

Hashes for astroquery-0.4.10.tar.gz
Algorithm Hash digest
SHA256 eacd91e9da378e641740fbc3123850daa83ba0926a6fff4c40ccbf5dc6d5a406
MD5 5d1d2fe716d5d30dc1fe2d5505e54390
BLAKE2b-256 676ba3757b4e383679d39e8fc75262c1747dcdce1b2fd540984e409d0b2fc7d1

See more details on using hashes here.

File details

Details for the file astroquery-0.4.10-py3-none-any.whl.

File metadata

  • Download URL: astroquery-0.4.10-py3-none-any.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.1

File hashes

Hashes for astroquery-0.4.10-py3-none-any.whl
Algorithm Hash digest
SHA256 43a0255766bfe1f7a86f528e19832d1a6428400bda348e9f0ec970cac2ee81ec
MD5 9aca8746d3053c36bf6b9eb644cd45d7
BLAKE2b-256 738c64ac07bf58f14d861127d8583122e10686e23161cc9e874b979a35810065

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page