Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmunoz/prkng
A proof of concept leveraging mapbox and turfjs
https://github.com/xmunoz/prkng
Last synced: about 1 month ago
JSON representation
A proof of concept leveraging mapbox and turfjs
- Host: GitHub
- URL: https://github.com/xmunoz/prkng
- Owner: xmunoz
- Created: 2015-05-17T02:18:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T16:18:16.000Z (about 9 years ago)
- Last Synced: 2024-04-16T01:34:05.415Z (8 months ago)
- Language: Python
- Homepage: http://www.xmunoz.com/prkng
- Size: 8.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prkng
[prkng](http://www.prk.ng/) is a Montreal-based startup that I interviewed with once upon a time. The interview problem was to map all of the trees in Quebec City with some csv data from a government website. As it turns out, Quebec City has a lot of trees, so instead, I took the first 1,000 trees and mapped those. The live demo can be found [here](http://www.xmunoz.com/prkng).- `bin` has the data processing and reformatting script
- `data` has the raw and processed data
- `js` is where the rendering, filtering, and display client-side javascript livesThis project relys heavily on [Mapbox](https://www.mapbox.com/), [mapbox.js](https://www.mapbox.com/mapbox.js/api/v2.1.9/) and [turf.js](http://turfjs.org/).