navo-workshop
navo-workshop copied to clipboard
Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
If the VO function that is needed for the current cell should be a TAP search, then give a generic TAP example so they don't have to refer back to...
Mysterious issue with CDS tables metadata. ``` tablesV=registry.search( servicetype='tap', keywords=['vizier'], includeaux=True )[0].service.tables print(f"Found {len(tablesV)} tables from Vizier") for s in registry.search( servicetype='tap', keywords=['heasarc'], includeaux=True ): if 'heasarc' in s.ivoid: tablesH=s.service.tables...
This issue is transferred from the `aas_workshop_2020_winter` repository which will be archived. The solutions for Inspecting a Candidate List introduces a way of finding the result the user wants, by...
Currently there is no mention of SIAv2 in the tutorials, let alone working examples, all the while e.g. IRSA serves most of datasets with SIA2.
More often than not there are some service issues during the tests. A restart a day or two later helps most of the time, but it maybe worth figuring out...
The steps should not be listed on the main TOC, we need to drop one heading level down
While updating table and column names in the UCD notebook, I noticed that a few things were not correct. For example, the cell containing ``` ra_name=[c.name for c in columns...
Scheduled workflows are disabled after 60 days of inactivity. In theory, someone should get a notification about it, but I didn't get one even though I have the highest access...
This used to work as of last week: ``` import pyvo as vo allwise_image_services = vo.regsearch(servicetype='sia', keywords=['allwise']) ``` (in the latest rendered version e.g. this is the result for this...
Not sure which one to recommend, I would go as far as we should use firefly? ``` WARNING: AstropyDeprecationWarning: show_in_notebook() is deprecated as of 6.1 and to create interactive tables...