- go to the de young museum
- ride bikes
- eat hella tacos
- ride ferries (possibly to angel island?)
- go to a show (i'm going to Baths at the Independent on 5/21)
- go camping / meteor shower watching
it all has to fit in by 5/24
var L = require('leaflet') | |
var leafletMap = require('leaflet-map') | |
var request = require('browser-request') | |
var map = leafletMap().setView([37.75741564287944, -122.34220504760742], 12) | |
L.tileLayer('https://{s}.tiles.mapbox.com/v3/examples.map-i86knfo3/{z}/{x}/{y}.png') | |
.addTo(map) | |
request({ | |
url: 'http://github-raw-cors-proxy.herokuapp.com/codeforamerica/transitjson/master/example.sfmta.geojson', |
term | views | |
---|---|---|
employment | 40782 | |
property Taxes | 9398 | |
pay fine | 8586 | |
gis maps | 4457 | |
bid solicitations | 2782 | |
buy venue tickets | 2326 | |
311 | 376 | |
recycling | 124 | |
coolidge park | 102 |
require('cat-picture') | |
document.addEventListener('DOMContentLoaded', () => { | |
var nums = [1,2,3,4,5,6,7,8,9] | |
var text = nums.map((n) => 2*n).join('\n') | |
document.body.innerHTML += '<pre>' + text + '</pre>' |
it all has to fit in by 5/24
geojson.io | |
simple style spec - basic geojson style properties | |
geokettle for ETL | |
http://www.spatialytics.org/projects/geokettle/ | |
project ideas: | |
VMs with geo software already installed |