Skip to content

Instantly share code, notes, and snippets.

View DenisCarriere's full-sized avatar
🎯
Focusing

Denis DenisCarriere

🎯
Focusing
View GitHub Profile
@DenisCarriere
DenisCarriere / TypeScript type definitions.md
Last active September 28, 2016 15:39
TypeScript type definitions
@DenisCarriere
DenisCarriere / sumter-roads.geojson
Created September 14, 2016 03:03
Sumter Roads
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / building.js
Created September 13, 2016 01:14
Using tile-reduce
module.exports = function(data, tile, writeData, done) {
let count = 0
for (const feature of data.osmdata.osm.features) {
if (feature.properties['@user'] === 'DenisCarriere') {
if (feature.properties.building) count += 1
}
}
done(null, count)
}
@DenisCarriere
DenisCarriere / schools.geojson
Created September 12, 2016 23:48
CECCE Schools
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / concave-points.geojson
Created September 11, 2016 07:00
Concave points for TurfJS tests
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / caledon-address.geojson
Last active September 10, 2016 05:19
Caledon Address Points
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / caledon-buildings.geojson
Last active September 10, 2016 05:24
Caledon Building Footprints
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / gatineau-libraries.geojson
Created September 7, 2016 15:21
Gatineau Libraries/Bibliothèque
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / gatineau-fire-hydrants.geojson
Last active September 7, 2016 00:09
Gatineau Fire Hydrants
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
DenisCarriere / ball-diamonds.geojson
Last active September 6, 2016 20:44
Ottawa Ball Diamonds
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.