astroquery
astroquery copied to clipboard
Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
* Add registry lookup per ARC * Correct DataLink semantic layout to match new layout
This should fix #2489. The failure is already covered by tests.
This PR is a continuation of https://github.com/astropy/astroquery/pull/442 so I am not sure it should be it's own separate thing (@bsipocz @keflavich @jwoillez). Work included: - Rebased https://github.com/astropy/astroquery/pull/442 onto current master...
The ALMA data downloader is broken because of an upstream change: ```python from astroquery.alma import Alma uid = 'uid://A001/X12a3/Xe9' data_info = alma.get_data_info(uid, expand_tarfiles=True) alma.retrieve_data_from_uid([uid]) ``` This fails on the second...
If possible, it would be nice to have an astroquery interface to the GTC archive. The web form for that is located here: https://gtc.sdc.cab.inta-csic.es/gtc/jsp/searchform.jsp I'm not aware if there are...
At Astropy Coordination Meeting 2021, @tomdonaldson mentioned a desire to replace `vo_conesearch` with something else (probably with something in `pyvo`?). We need to formulate a transition plan with a timeline.
Issues came up for [alfalfa](https://github.com/astropy/astroquery/pull/1941#issuecomment-1134562762) recently, and I recall that retiring/deprecating/removing came up for a few other ones, too. So this is a tracking issue as a reminder that we...