astrodbtoolkit / astrodb_utils

https://astrodb-utils.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Write helper scripts related to name resolution #89

Open kelle opened 4 days ago

kelle commented 4 days ago

There are many functions that should be checking for name resolvabilty using something like Sesame. We should build some generic functions in utils or find a relevant python package.

kelle commented 3 days ago

As far as i can tell, this is the astropy utility which we can use instead of rolling our own: https://docs.astropy.org/en/stable/_modules/astropy/coordinates/name_resolve.html