Skip to content

Instantly share code, notes, and snippets.

View keum's full-sized avatar

Peter Keum keum

  • King County - Wastewater Treatment Division
  • Seattle, WA
  • 07:00 (UTC -07:00)
View GitHub Profile
{
"version": 8,
"name": "Satellite Streets",
"metadata": {
"mapbox:groups": {
"1444856567853.8965": {
"name": "Country labels",
"collapsed": true
},
"1444856935386.6565": {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "FIRS_TAG": "RE*COAL.C7-38", "X_COORDINA": 1311689.387000, "Y_COORDINA": 200741.600000, "BOTTOM_INV": 0.000000, "Long_X": -122.164000, "Long_Y": 47.542500 }, "geometry": { "type": "Point", "coordinates": [ -122.164343489933103, 47.54253009030456 ] } },
{ "type": "Feature", "properties": { "FIRS_TAG": "RE*COAL.C7-71", "X_COORDINA": 1311728.421000, "Y_COORDINA": 200914.984000, "BOTTOM_INV": 0.000000, "Long_X": -122.164000, "Long_Y": 47.543000 }, "geometry": { "type": "Point", "coordinates": [ -122.164197613012973, 47.543007200666615 ] } },
{ "type": "Feature", "properties": { "FIRS_TAG": "WW*LYON.20", "X_COORDINA": 1282279.250000, "Y_COORDINA": 286070.501000, "BOTTOM_INV": 336.000000, "Long_X": -122.290000, "Long_Y": 47.775000 }, "geometry": { "type": "Point", "coord
@keum
keum / cso
Created November 5, 2015 02:21
{"type": "FeatureCollection", "features": [{"geometry": {"type": "Point", "coordinates": [-122.4225, 47.57024]}, "type": "Feature", "properties": {"DSN": "051", "CSO_Status": "3", "marker-color": "#689F38", "Name": "King County CSO: Alki", "CSO_TagName": "ALKI", "Time_stamp": "2015-11-04 05:25:17 PM", "description": "No recent overflow", "marker-size": "small", "marker-symbol": "circle", "Location": "-122.422 , 47.570"}}, {"geometry": {"type": "Point", "coordinates": [-122.406947, 47.559442]}, "type": "Feature", "properties": {"DSN": "055", "CSO_Status": "4", "marker-color": "#A2A2A2", "Name": "King County CSO: Alaska St SW", "CSO_TagName": "ALSK", "Time_stamp": "2015-11-04 05:25:17 PM", "description": "Data not available", "marker-size": "small", "marker-symbol": "cross", "Location": "-122.407 , 47.559"}}, {"geometry": {"type": "Point", "coordinates": [-122.400003, 47.540275]}, "type": "Feature", "properties": {"DSN": "056", "CSO_Status": "3", "marker-color": "#689F38", "Name": "King County CSO: Murray", "CS
@keum
keum / qgis-reference
Last active August 29, 2015 14:24
QGIS meetup Note
Two types:
1. Reference Materials & Learning Software
Reference:
[Official documentation] (http://docs.qgis.org/2.8/en/docs/user_manual/)
[Videos of installation and various tools] (http://maps.cga.harvard.edu/qgis/)
@keum
keum / pi-file
Created May 15, 2015 16:27
etc-network-interfaces file
auto lo
iface lo inet loopback
iface eth0 inet auto
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
@keum
keum / Phantom Vision 2
Created February 11, 2015 20:55
Various Notes and Tips & Ideas on Phantom Vision 2
http://www.pattayadays.com/2014/03/naza-mode-on-the-phantom-2-vision/
@keum
keum / How to: Adding Project to GitHub Master
Last active November 7, 2015 05:33
How to: Adding Existing Project into GitHub Page using CLI
Summary from this site: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
Easy definition
Local Repository = your laptop folder
Remote Repository = your GitHub account website
Origin = your local directory in your laptop
Master = your copy existing in GitHub site.
Step 1:
@keum
keum / How to: Resolving GitHub Merge Issue-20130910-merge-commit.md
Last active November 7, 2015 05:35 — forked from joallard/20130910-merge-commit.md
How to: GitHub - Resolving merge issue

So, you've merged the master branch with itself, and you ended up with a merge commit nobody wanted.

The problem

Let me tell you a little story...

John and Pete are working together on a repo.

$ git log --graph --pretty=oneline --abbrev-commit  # an alias I have under 'git lol', but 'gitk' does just fine
* 812492b (master, origin/master, origin/HEAD) Add stuff