astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8

https://github.com/astropy/astroquery

Science Score: 59.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    35 of 209 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary

Keywords

astronomy astropy astropy-affiliated closember python

Keywords from Contributors

wx tk qt gtk astrophysics ccd source-detection photometry region mcmc
Last synced: 6 months ago · JSON representation

Repository

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8

Basic Info
Statistics
  • Stars: 742
  • Watchers: 29
  • Forks: 422
  • Open Issues: 385
  • Releases: 24
Topics
astronomy astropy astropy-affiliated closember python
Created over 13 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Citation

README.rst

`Documentation`_ | `View on Github`_ |  `Download Development ZIP`_

.. image:: https://img.shields.io/pypi/v/astroquery.svg
    :target: https://pypi.org/project/astroquery/#history
    :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/astroquery/badge/?version=latest
    :target: https://astroquery.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://github.com/astropy/astroquery/workflows/CI/badge.svg
    :target: https://github.com/astropy/astroquery/actions?query=workflow%37ACI
    :alt: Github Actions CI Status

.. image:: https://codecov.io/gh/astropy/astroquery/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/astropy/astroquery
    :alt: Coverage results

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1160627.svg
   :target: https://doi.org/10.5281/zenodo.1160627
   :alt: 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:

.. code-block:: python

    >>> 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):

.. code-block:: bash

    $ 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):

.. code-block:: bash

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


To install the 'bleeding edge' version:

.. code-block:: bash

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

or cloned and installed from source:

.. code-block:: bash

    $ # 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 `__


Additional Links
----------------

Maintained by `Adam Ginsburg`_ and `Brigitta Sipocz `_


.. _Download Development ZIP: https://github.com/astropy/astroquery/zipball/main
.. _View on Github: https://github.com/astropy/astroquery/
.. _Documentation: https://astroquery.readthedocs.io
.. _Adam Ginsburg: https://www.adamgginsburg.com
.. _API: https://astroquery.readthedocs.io/en/latest/api.html

Owner

  • Name: The Astropy Project
  • Login: astropy
  • Kind: organization

Citation (CITATION)


      

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 8,361
  • Total Committers: 209
  • Avg Commits per committer: 40.005
  • Development Distribution Score (DDS): 0.767
Past Year
  • Commits: 604
  • Committers: 27
  • Avg Commits per committer: 22.37
  • Development Distribution Score (DDS): 0.712
Top Committers
Name Email Commits
Adam Ginsburg k****h@g****m 1,950
Brigitta Sipőcz b****z@g****m 1,343
Julien Woillez j****z@e****g 312
Jorge Fernandez Hernandez J****z@e****t 304
Madhura Parikh m****h@g****m 258
Clara Brasseur c****r@g****m 251
Juan Carlos Segovia j****a@g****m 193
Austen Groener A****r@g****m 178
Javier Espinosa j****a@e****t 158
Henrik Norman h****n@g****m 150
Manon Marchand m****2@g****m 129
Michael S. P. Kelley m****k@a****u 126
Simon Liedtke l****n@g****m 112
Eero Vaher e****r@a****e 94
Pey Lian Lim l****m@s****u 94
Christoph Deil D****h@g****m 90
Sam Bianco s****o@s****u 84
Michael Mommert m****e@g****m 83
Jennifer Medina j****a@s****u 81
Ricky Nilsson r****n@g****m 79
Thomas Robitaille t****e@g****m 76
Erik Tollerud e****d@g****m 68
Matthew Craig m****g@g****m 66
Matthieu Baumann m****n@a****r 66
Miguel de Val-Borro m****l@g****m 64
Benjamin Alan Weaver b****r@l****v 62
Tsar Bomba Nick n****l@p****m 58
Brian Svoboda b****o@l****m 57
James Davies j****s@m****e 56
Tinuade Adeleke s****e@g****m 56
and 179 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 458
  • Total pull requests: 753
  • Average time to close issues: over 1 year
  • Average time to close pull requests: about 2 months
  • Total issue authors: 226
  • Total pull request authors: 91
  • Average comments per issue: 2.99
  • Average comments per pull request: 3.02
  • Merged pull requests: 608
  • Bot issues: 0
  • Bot pull requests: 16
Past Year
  • Issues: 135
  • Pull requests: 294
  • Average time to close issues: 15 days
  • Average time to close pull requests: 5 days
  • Issue authors: 71
  • Pull request authors: 31
  • Average comments per issue: 1.21
  • Average comments per pull request: 2.22
  • Merged pull requests: 223
  • Bot issues: 0
  • Bot pull requests: 16
Top Authors
Issue Authors
  • bsipocz (136)
  • keflavich (26)
  • jkrick (13)
  • pllim (12)
  • ManonMarchand (7)
  • astrofrog (5)
  • eteq (5)
  • cdeil (4)
  • jaymedina (4)
  • bmorris3 (4)
  • matteobachetti (3)
  • ysBach (3)
  • richardgmcmahon (3)
  • juanmcloaiza (2)
  • ErikOsinga (2)
Pull Request Authors
  • bsipocz (270)
  • cosmoJFH (70)
  • snbianco (58)
  • ManonMarchand (54)
  • keflavich (41)
  • dependabot[bot] (16)
  • eerovaher (14)
  • andamian (11)
  • juanmcloaiza (10)
  • jespinosaar (9)
  • zoghbi-a (9)
  • mkelley (9)
  • rickynilsson (8)
  • jaymedina (8)
  • pllim (8)
Top Labels
Issue Labels
bug (121) Upstream (54) question (41) mast (40) ipac.irsa (34) Documentation (34) simbad (32) enhancement (28) vizier (28) alma (20) infrastructure (19) testing (18) gaia (17) New Service (17) cleanup (15) close? (12) feature request (11) sdss (11) jplhorizons (10) eso (10) heasarc (9) astrometry.net (8) duplicate (8) cache (8) ipac.ned (8) esa.hsa (7) utils.tap (7) skyview (6) refactor (6) needs-discussion (5)
Pull Request Labels
no-changelog-entry-needed (330) infrastructure (91) Documentation (76) bug (75) mast (72) testing (69) gaia (53) ipac.irsa (41) simbad (31) alma (27) utils.tap (22) esa.euclid (21) cleanup (17) Upstream (17) enhancement (17) New Service (17) vizier (16) heasarc (14) esa.esa_hubble (13) cdms (13) xmatch (11) eso (10) skyview (10) sdss (9) mpc (9) Affects-dev (9) esasky (9) esa.jwst (8) nist (8) jplhorizons (7)

Packages

  • Total packages: 3
  • Total downloads:
    • pypi 152,152 last-month
  • Total docker downloads: 6,095
  • Total dependent packages: 219
    (may contain duplicates)
  • Total dependent repositories: 597
    (may contain duplicates)
  • Total versions: 228
  • Total maintainers: 4
pypi.org: astroquery

Functions and classes to access online astronomical data resources

  • Versions: 188
  • Dependent Packages: 207
  • Dependent Repositories: 556
  • Downloads: 152,152 Last month
  • Docker Downloads: 6,095
Rankings
Dependent packages count: 0.1%
Dependent repos count: 0.6%
Average: 1.0%
Downloads: 1.6%
Docker downloads count: 1.6%
Last synced: 6 months ago
proxy.golang.org: github.com/astropy/astroquery
  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.5%
Dependent repos count: 5.7%
Last synced: 6 months ago
conda-forge.org: astroquery
  • Versions: 13
  • Dependent Packages: 12
  • Dependent Repositories: 41
Rankings
Dependent packages count: 5.1%
Dependent repos count: 5.6%
Average: 8.8%
Forks count: 9.0%
Stargazers count: 15.7%
Last synced: 6 months ago

Dependencies

.github/workflows/ci_crontests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/ci_devtests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
.github/workflows/ci_tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite