question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

3.2rc1 SkyCoord.from_name('UMa II') does not work

See original GitHub issue
>>> from astropy.coordinates import SkyCoord
>>> SkyCoord.from_name('Uma II')  # Or 'UMa II'
NameResolveError: Unable to find coordinates for name 'Uma II'

but a subsequent call with a different star worked

>>> SkyCoord.from_name('Uma I')  # Or 'UMa I'
<SkyCoord (ICRS): (ra, dec) in deg
    (158.72, 51.92)>

So, I don’t think this is a network problem, but rather 'Uma II' not in their database anymore?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bsipoczcommented, May 9, 2019

No, I believe it’s not a bug anywhere (definitely not with us) but simply a change on the of simbad. When you type in UMa II in their webform it also return nothing, but if you say NAME UMa II Galaxy then it has something.

0reactions
pllimcommented, May 9, 2019

Weird, UMa II is still there

Is this a name resolver bug after all? @eteq and @adrn ? Should SkyCoord be able to look up Simbad?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found