Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danpalmer/adventure-timeline
Compare and contrast datasets with a timeline of aid projects.
https://github.com/danpalmer/adventure-timeline
Last synced: 25 days ago
JSON representation
Compare and contrast datasets with a timeline of aid projects.
- Host: GitHub
- URL: https://github.com/danpalmer/adventure-timeline
- Owner: danpalmer
- License: mit
- Created: 2014-10-18T15:23:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T13:04:46.000Z (about 10 years ago)
- Last Synced: 2024-04-08T16:59:38.546Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Create a database called iati_data in Postgres, or modify `lib/model.py` to point to an SQLite database and then run python app.py
To get the data, use [okfn/iatitools](https://github.com/okfn/iatitools) scripts, stages 1 and 2, to download the data (~1.8GB) and create a SQLite database. The only data missing will be the countries table which must be created manually using `db.create_tables((Country,))`, and populated using `countries_data.json`.