Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danvk/oldnyc
Mapping photos of Old New York
https://github.com/danvk/oldnyc
Last synced: about 16 hours ago
JSON representation
Mapping photos of Old New York
- Host: GitHub
- URL: https://github.com/danvk/oldnyc
- Owner: danvk
- License: apache-2.0
- Created: 2014-09-06T18:38:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T16:02:20.000Z (22 days ago)
- Last Synced: 2024-10-25T17:50:27.531Z (22 days ago)
- Language: Python
- Size: 102 MB
- Stars: 288
- Watchers: 26
- Forks: 130
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Old NYC
=======Live site: https://www.oldnyc.org
The static content for this site lives in [oldnyc/oldnyc.github.io][1].
In particular you may be interested in the [giant JSON data file][2] which contains all
the data served on the site.This repo contains Python code used to generate the data for the site.
To get going on development:
```bash
git clone git://github.com/danvk/oldnyc.git
cd oldnyc
poetry install
```See [howto.md](howto.md) for more details on how to perform specific tasks.
If you're interested in building your own "Old" site using this code, check out [this great writeup][3] on Old Ravenna.
[1]: https://github.com/oldnyc/oldnyc.github.io/
[2]: https://github.com/oldnyc/oldnyc.github.io/blob/master/data.json
[3]: http://www.opendatabassaromagna.it/2016/07/how-to-map-photos-of-your-city-like.html