This map is more of an exercise in using d3 with leaflet and plotting contour lines (obtained from the city's LIDAR data). The blue lines represent contours less than 5 m. Good thing the sea level rise shouldn't be this severe in the next 100 years or so. Though Nanaimo is hilly so there wouldn't be that much flooding.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store | |
build | |
node_modules | |
canada.json | |
*.csv | |
.zip | |
T30120141007100729.CSV |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store | |
build | |
node_modules | |
experiments | |
js | |
americas_cup.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gistup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gistup |
Inspired by Chris Whong’s Day in the Life of a NYC Taxi (http://nyctaxi.herokuapp.com/) and [email protected]'s Great Coffee to Great Beer (http://zevross.com/blog/2014/09/30/use-the-amazing-d3-library-to-animate-a-path-on-a-leaflet-map/).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 14px sans-serif; | |
} | |
.axis path, | |
.axis line { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* File: jquery.dataTables.columnFilter.js | |
* Version: 1.5.6. | |
* Author: Jovan Popovic | |
* | |
* Copyright 2011-2014 Jovan Popovic, all rights reserved. | |
* | |
* This source file is free software, under either the GPL v2 license or a | |
* BSD style license, as supplied with this software. | |
* |
OlderNewer