Skip to content

Instantly share code, notes, and snippets.

View talllguy's full-sized avatar
🎯
Focusing

Elliott Plack talllguy

🎯
Focusing
View GitHub Profile
@talllguy
talllguy / overpass.geojson
Created October 14, 2016 12:00 — forked from anonymous/overpass.geojson
data exported by overpass turbo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / bc-cl.py
Last active September 3, 2016 02:49
an OGR2OSM translation for Baltimore City centerlines
#################################
#
# Baltimore city street centerline translation
# 17 Nov 2014
# by @talllguy
# parts adapted from @pnorman's surreyroad.py translation
# https://github.com/pnorman/ogr2osm-translations/blob/master/surreyroad.py
#
#################################
@talllguy
talllguy / mapillaryProcess.md
Last active August 24, 2016 04:00
my Mapillary conversion regime

Copy files from Garmin to Import Directory

Do this in cmd.exe

for /r E:\DCIM %f in (*.jpg) do @copy "%f" C:\Python27\Scripts\mapillary_tools-master\python\front or ..\python\side

Run commands to process files

Front

  1. python remove_duplicates.py -d 3 front/ dupe-front/ This removes photos that are less than three meters from the previous, like when the camera is stopped at a traffic signal. Lower values may give false positives due to GPS creep.
@talllguy
talllguy / index.html
Created June 21, 2016 01:22
waze url schema testing
<html>
<head>
<title>Waze URL</title>
</head>
<body>
Here's a Waze link to get directions to the <a href="waze://?ll=39.360542,-77.531892&navigate=yes">Lander Road Park & Ride</a>.
</body>
</html>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / .block
Last active March 26, 2016 01:42
mapillary-js slider
license: CC0
@talllguy
talllguy / Maryland-Wetland-Class
Created March 13, 2016 03:32
Unique Values in the Maryland Wetland Dataset
DELAWARE
DELAWARE & PENNSYLVANIA
Delaware
E1EM1N
E1FO4P
E1UB3P
E1UB4L
E1UB4L6
E1UB4Lh
E1UB4Lx
@talllguy
talllguy / MaAndPaRR.geojson
Last active March 12, 2017 17:06
The historic route of the Maryland & Pennsylvania Railroad
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / sebaltnhood.geojson
Last active September 22, 2017 13:03
Southeast Baltimore Neighborhoods
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / BaltimoreCityCouncilDistricts.geojson
Last active October 26, 2015 20:58
Baltimore's City Council Districts from 2011
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.