Tagged Questions

1
vote
3answers
41 views

web service or .net library for moon and sun set/rise times?

Anyone know of a web service or .NET class library that can provide rise/set times for the sun and moon for any given date and any given latitude/longitude? Thanks in advance.
7
votes
9answers
2k views

Position of the sun given time of day, and lat/long

Anyone want to share some nice code that gives the position of the sun (elevation and azimuth) given latitude and longitude and time of day ? And date, of course.
3
votes
9answers
810 views

Interactive Data Language, IDL: Does anybody care?

Anyone use a language called Interactive Data Language, IDL? It is popular with scientists. I think it is a poor language because it is proprietary (every terminal running it has to have an …
3
votes
5answers
134 views

Astronomy API

Hi, I am interested in charting the positions of the planets. If you have any information about API's or other means of accomplishing this on mac osx, I would appreciate a response. Thanks, Bill
4
votes
5answers
414 views

How can I compute sunrise/sunset times?

I like to keep track of sunrise and sunset times. For the past couple of years I've been doing this with a small program written with a popular library for my favorite programming language. The last …
0
votes
2answers
281 views

C code for solar azimuth angle given date, time, lat, and long

I seem to have asked my question wrong so here goes again I'll try to be more to the point. Is the top answer on this page …
1
vote
2answers
64 views

NOVAS for .NET

Any astronomers out there? I'm wondering if anyone has produced or stumbled upon a .NET (preferably C#) implementation of the US Naval Observatoru Vector Astrometry Subroutines (NOVAS).
3
votes
3answers
132 views

How do I compute equinox/solstice moments?

What algorithms or formulas are available for computing the equinoxes and solstices? I found one of these a few years ago and implemented it, but the precision was not great: the time of day seemed …