8 research outputs found

    Astropy: A community Python package for astronomy

    No full text
    We present the first public version (v0.2) of the open-source and community-developed Python package, Astropy. This package provides core astronomy-related functionality to the community, including support for domain-specific file formats such as flexibl

    astroquery: An Astronomical Web-querying Package in Python

    No full text
    Astroquery is a collection of tools for requesting data from databases hosted on remote servers with interfaces exposed on the Internet, including those with web pages but without formal application program interfaces. These tools are built on the Python requests package, which is used to make HTTP requests, and astropy, which provides most of the data parsing functionality. astroquery modules generally attempt to replicate the web page interface provided by a given service as closely as possible, making the transition from browser-based to command-line interaction easy. astroquery has received significant contributions from throughout the astronomical community, including several from telescope archives. astroquery enables the creation of fully reproducible workflows from data acquisition through publication. This paper describes the philosophy, basic structure, and development model of the astroquery package. The complete documentation for astroquery can be found at http://astroquery.readthedocs.io/

    astropy/astroquery: v0.4.5

    No full text
    What's Changed Update Spectra URLs by @weaverba137 in https://github.com/astropy/astroquery/pull/2214ALMA integration tests fix by @andamian in https://github.com/astropy/astroquery/pull/2224Fix doc build issues by @bsipocz in https://github.com/astropy/astroquery/pull/2226Allow retrieval from a previous ESO archive request by @gbrammer in https://github.com/astropy/astroquery/pull/1614Turn off default verbosity for TapPlus by @bsipocz in https://github.com/astropy/astroquery/pull/2228Refreshing content of RTD config by @bsipocz in https://github.com/astropy/astroquery/pull/2229NED: String has to remain raw by @bsipocz in https://github.com/astropy/astroquery/pull/2230eJWST prelaunch by @jespinosaar in https://github.com/astropy/astroquery/pull/2140MNT: Cleanup of old unused code and configs by @bsipocz in https://github.com/astropy/astroquery/pull/2231Adding changelog rendering to narrative docs by @bsipocz in https://github.com/astropy/astroquery/pull/2233Mast cloudaccess docs update by @jaymedina in https://github.com/astropy/astroquery/pull/2235eJWST release by @jespinosaar in https://github.com/astropy/astroquery/pull/2238eJWST: remove disclaimer for release by @jespinosaar in https://github.com/astropy/astroquery/pull/2243Fix to allow html downloads with alma package by @andamian in https://github.com/astropy/astroquery/pull/2246Deprecate astroquery/utils/download_file_list.py by @eerovaher in https://github.com/astropy/astroquery/pull/2247Expand contribution guidelines by @keflavich in https://github.com/astropy/astroquery/pull/2248Fix for issue #2237: do not cache results that cannot be parsed. by @mkelley in https://github.com/astropy/astroquery/pull/2253Adding python 3.10 to CI by @bsipocz in https://github.com/astropy/astroquery/pull/2186 New Contributors @gbrammer made their first contribution in https://github.com/astropy/astroquery/pull/1614 Full Changelog: https://github.com/astropy/astroquery/compare/v0.4.4...v0.4.
    corecore