https://github.com/onejgordon/log10-timeline
Python script and web service to generate log-scale PDF timelines from arbitrary event data
https://github.com/onejgordon/log10-timeline
history log-scale logarithmic pdf python timeline
Last synced: 11 months ago
JSON representation
Python script and web service to generate log-scale PDF timelines from arbitrary event data
- Host: GitHub
- URL: https://github.com/onejgordon/log10-timeline
- Owner: onejgordon
- Created: 2017-07-06T20:17:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T22:00:01.000Z (about 8 years ago)
- Last Synced: 2025-07-12T04:38:19.006Z (11 months ago)
- Topics: history, log-scale, logarithmic, pdf, python, timeline
- Language: Python
- Homepage: https://onejgordon.github.io/log10-timeline/
- Size: 433 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log10 Timeline
Python script to generate log-scale PDF timelines from arbitrary event data

## Usage
### Use the python script
* Create a JSON data file with events (see data/human_evolution.json as an example)
* Install requirements - `pip install -r requirements.txt`
* Update the `DATA_FILE` variable
* `python logtimeline.py` generates a PDF in the output directory
### Use the web-generator from the docs site
* Visit https://onejgordon.github.io/log10-timeline/
## Misc
### Deploying to AWS Lambda
* Zip contents of root directory & upload to lambda (https://console.aws.amazon.com/lambda/home)
* Run test function