A sandbox application for executing ADQL queries via TAP interface of various data sources, such as astronomical databases. Essentially, it's just a GUI for PyVO.
More details in this article.
application-demonstration-macos.mp4
$ pip install tap-adql-sandbox
$ cd /path/to/repository/
$ pip install ./
or:
$ cd /path/to/repository/
$ python -m build
$ pip install ./dist/tap_adql_sandbox-VERSION-py3-none-any.whl
$ tap-adql-sandbox --help
Tested on:
- Mac OS:
- 11.6.4, Intel
- 12.2.1, Apple silicon
- Windows:
- 10
- 11
- GNU/Linux:
- Ubuntu 20.04
Sometimes when you are just launching the application, so you didn't even have a chance to execute any queries, you might notice that it tries to reach various remote hosts on the internet, such as obspm.fr
, ietf.org
or probably others.
This is because of the Astropy package, which is an indirect dependency through PyVO, which is a direct dependency of this project. Specifically, it's the hosts listed in this file. Looks harmless enough, apparently just updating some astronomical data.
Denying access to these hosts might lead to the application crash, because Astropy doesn't handle such situation properly:
AttributeError: module 'IPython.utils.io' has no attribute 'stdout'
If you get the application crashing even when access to those is allowed, try to update the Astropy (and probably also PyVO) package:
$ pip install astropy -U
I had this problem with Astropy v4.2, and it was gone after updating to Astropy v5.1. Or perhaps the problem isn't really gone, but the new package version just came with updated data, so for now there is no need for updating.
If your query/request has a lot of columns in SELECT
, the results table might not have visible contents, or the application might just crash.
If query results from a TAP service contain non-ASCII symbols, then PyVO will raise an exception. The application won't crash, but you won't get query results either.
- Python
3.6
or later (should work with3.6
, but the oldest tested version is actually3.7
) - Dear PyGui - application window and UI controls
- PyVO - handling TAP ADQL requests
- Astroquery - looking up IDs in Simbad
- pandas - processing results and saving to pickle
- tabulate - printing results to stdout (with
--debug
) - transitive (dependencies of dependencies):
- NumPy comes through Astroquery(?), and at the moment it will only work with versions before
2.0.0
, the last tested version is1.26.4
- NumPy comes through Astroquery(?), and at the moment it will only work with versions before
- JetBrains Mono font
- an icon of unknown origin