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 / Canton-Burgers
Created November 12, 2014 02:40
Best Burgers in Canton as voted by the community
Hudson Street Stackhouse x5
Blue Hill Tavern x4
Love & Regret x4
Pig & Rooster x4
Annabel Lee x3
Jack's x3
Myth & Moonshine x3
Poncabird Pub x3
Fleet Street Tavern x2
Plug Ugly x2
@talllguy
talllguy / StreetTypes.csv
Created November 17, 2014 14:10
Baltimore city street types
OBJECTID FREQUENCY ST_TYPE
1 22755
2 3 AL
3 65 ALY
4 107768 AVE
5 2214 BLVD
6 662 CIR
7 5026 CT
8 5695 DR
9 232 DWY
@talllguy
talllguy / marylanddnr.py
Created November 19, 2014 17:51
ogr2osm translation for Md. DNR data
'''
MD DNR translate
'''
def filterTags(attrs):
if not attrs:
return
tags = {}
# Changing tag caps
@talllguy
talllguy / ogr2ogr-dir.sh
Last active August 29, 2015 14:10
simple windows command line to convert shape files in a directory to geojson
for /R %f in (*.shp) do ogr2ogr -f "GeoJSON" "%~dpnf.geojson" "%f" -t_srs EPSG:4326
@talllguy
talllguy / canton-and-fells.geojson
Created November 27, 2014 05:15
Fells Point and Canton Addresses
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / national lands
Created November 30, 2014 02:59
National Lands
Dept of Justice
Dept. of Energy
NASA
SERC
U.S. MILITARY
U.S. PARK SERV.
U.S.A.
U.S.A.- Utility
U.S.D.A.
U.S.F.W.
@talllguy
talllguy / Refresh.scpt
Created December 8, 2014 20:31
quick applescript to refresh iTunes metadata (ID3 tags)
tell application "iTunes"
refresh selection
end tell
@talllguy
talllguy / ogr2osm_folder.sh
Last active August 29, 2015 14:11
folder OGR2OSM
for /R %f in (*.shp) do python ogr2osm.py "%f" -t XXXX.py
@talllguy
talllguy / multiline-owner.lxp
Created December 16, 2014 14:29
label expression for multiline labels in ArcMap
[OWNER_NA1] & vbnewline & [OWNER_NA2]