Message Boards Message Boards

0
|
9209 Views
|
7 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Altitude of Polaris in Mathematica 10 and W|A

Posted 10 years ago

For horizontal coordinates of stars, I have noted that StarData in Mathematica 10 returns values I don't expect. Taking a simple example, the altitude of Polaris. Regardless of date or time of day it will be close to the observers latitude. My home is near the 64th parallel. For latitude 64N, v9 gives a reasonable value:

enter image description here

But not so in v10:

enter image description here

And a query directly in W|A gives the same, wrong, answer:

enter image description here

Changing $GeoLocation has no effect

POSTED BY: Hans Milton
7 Replies
Posted 10 years ago

Yes, it works now. Thanks.

POSTED BY: Hans Milton

With this week's push to production, these inputs should now work with the "Location" qualifier specified:

StarData["Polaris", 
 EntityProperty["Star", 
  "Altitude", {"Date" -> DateObject[{2014, 7, 31, 22, 30, 0}], 
   "Location" -> GeoPosition[{64, 20}]}]]

PlanetData["Mars", 
 EntityProperty["Planet", 
  "Altitude", {"Location" -> 
    Entity["City", {"NewYork", "NewYork", "UnitedStates"}]}]]
POSTED BY: Jeffrey Bryant

It is a regression. Its being investigated.

POSTED BY: Jeffrey Bryant

If you want to get your Alpha query to support a different observation location than where it thinks you are, you need to modify the input string to include a hard coded date and location such as here:

http://www.wolframalpha.com/input/?i=altitude+polaris+on+July+31+2014+22%3A30+from+lat+64+long+20

time zone isn't specified so it should default to your time zone.

As for getting the StarData query to work with the "Location" qualifier, it's being looked into.

POSTED BY: Jeffrey Bryant
Posted 10 years ago
POSTED BY: Hans Milton
POSTED BY: Jeffrey Bryant
Posted 10 years ago
POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract