This file contains hidden or 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
# Get stock quote from command line | |
# Call with `sq yhoo` | |
# By default only last trade price shown | |
# add extra info in optional second parameter | |
# for available data see http://vikku.info/codetrash/Yahoo_Finance_Stock_Quote_API | |
# like so: `sq yhoo c1` will give you % change for the day | |
function sq() { | |
curl -s "http://download.finance.yahoo.com/d/quotes.csv?s=$1&f=l1$2" | |
} |
This file contains hidden or 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
CA:AB:primary | |
CA:QC:A | |
CA:QC:A | |
CA:ON:county | |
CA:ON:primary | |
CA:ON:primary | |
CA:ON:primary | |
CA:ON:primary | |
CA:ON:primary | |
CA:ON:primary |
- Install Java JDK 8 from here
- Set JAVA_HOME environment variable according to install instructions
- Download and extract the Lightbend Activator from here
- Add the Activator
bin
directory to your Windows path. - Install PostgreSQL 9.5 from here
- When asked, choose
osm
as the database superuser password
- When asked, choose
- Run the PostgreSQL StackBuilder to install PostGIS 2.3.0
- Install git for windows from here
- Open a PSQL console from the PostgreSQL program menu
- In the PSQL consile, create the MapRoulette database:
This file contains hidden or 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
#!/usr/bin/env python | |
# This hacky script takes a GPX file and compares it to OSM ways in | |
# its surroundings. It looks for points that are not close to an | |
# OSM way. If it finds any, it will add them to an output GPX file. | |
# | |
# Good: | |
# | |
# * It works | |
# |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Pigott 101, 9am
Rhonda Glennon, Katie Kowalsky, Diana Shkolnikov
Interactive maps are everywhere these days, and geocoding powers the interactive map experience. Geocoding turns addresses and place names into geographic coordinates. With coordinates of places revealed, the map can pan and zoom to the right location, drop markers, and draw outlines of geographic areas. In this workshop, you'll be learning how to build an interactive map that contains a simple, yet powerful, search box powered by the Mapzen Search API, which is an open-source geocoding service built on open data sets, including OpenStreetMap.
In this hands-on session, you'll learn:
- An overview of geocoding and examples of it
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.