-
Transit time in the literature are quoted in BJD, HJD and in some cases JD, MJD. In addition there no strict standard for BJD and HJD as they can either be modified or not or even a different system (…
-
Hi, thanks for this crate. Any plans to handle the half day discrepancy caused by not considering the time of day? [The documentation claims](https://github.com/jwodder/julian-rs/blob/master/src/lib.r…
tysen updated
8 months ago
-
I can actually treat Julian calendar exactly as a 365.25, so calling add_doi function to convert it to a 366 days year.
-
Hi,
I've foun a little problem in the format_smfdate() function, the following code snippet don't consider all leap years:
```
/* convert julian date into sane date */
if ((year % 4 == 0) &&…
-
The first PR for version 4 [adds non-exhaustive](https://github.com/nyx-space/hifitime/pull/228) to the `TimeScale` enum. This gives us plenty of flexibility to add additional time scales, like #191. …
-
Hi there,
I'm trying to calculate current JD according to this article: https://en.wikipedia.org/wiki/Julian_day
It states that JD must be calculated relative to 12:00 January 1, 4713 BC, but the …
-
ERROR: c:/program files/swipl/pack/julian/prolog/julian.pl:29:
Wrong context: type/1 can only be used in a directive
Warning: c:/program files/swipl/pack/julian/prolog/julian.pl:29:
Go…
-
I am calculating sunrise for my location from year 1000 onwards.
Skyfield is unable to compute the same and I got the following error. It works for dates before and after this value 1000-3-1.
…
-
### Description
Write a program to convert standard date format to julian date and vice-versa
A Julian date is a way of displaying a date that combines the current year with the number of days since…
-
There seems to be a discrepancy with the path over pass days for some paths. For example using:
download_landsat_scene.py -o scene -b LC8 -d 20170303 -s096071 -u usgs.txt
produces:
Searching for …