kreier / timeline

An overview of the human history as a graph in a pdf file.
https://kreier.github.io/timeline/
MIT License
2 stars 2 forks source link

Internal time structure changed #6

Closed kreier closed 11 months ago

kreier commented 12 months ago

The internal time structure for events is moved from a string type YYYY-MM-DD to a float number representing the time in years, and the fractions the days in the year. The native support for dates in python is limited, and with pandas precise to a nanosecond due to 64 bit, but not before 1699 CE and therefore not suitable. Astronomical data calculation seems to be an overcomplicated solution.

kreier commented 11 months ago

Much nicer colors, better spacing and readability of details. Great progress!