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 / BCDOT_2024-03-26_Truck.geojson
Created March 27, 2024 16:20
Latest truck routes from Baltimore City DOT via Discord
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / MHT_Markers.geojson
Last active November 16, 2022 20:59
Maryland Historical Trust markers
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / arcgis_arcade_osm_point_url.js
Last active April 3, 2023 10:08
Arcade Expression to generate an OpenStreetMap URL wherever a point is located in an ArcGIS
// =================================================================== //
// Arcade OpenStreetMap Point URL //
// by Elliott Plack (eplack@mdot.maryland.gov) //
// Description: //
// ArcGIS Arcade expression that returns an OpenStreetMap URL //
// at a point's location. Add it to the point layer's attributes and //
// then reference the link as a URL in the popup. //
// =================================================================== //
function MetersToLatLon(x, y) {
@talllguy
talllguy / maryland_dams.geojson
Created December 14, 2021 21:03
maryland dams
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / brick_streets_no_paths.geojson
Last active June 7, 2021 04:08
brick or paving stone streets in Baltimore
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / md-lidar.md
Last active May 3, 2021 12:44
Maryland iMAP LiDAR sources for JOSM

Maryland iMAP Public Domain Lidar in JOSM

Maryland makes its shaded relief lidar data available for free and in the public domain. You can added as a source for tracing in JOSM using the following WMS imagery entries. To add a county that isn't listed, head to the LiDAR server and copy the WMS link into a text editor. Then update the link with a paremeters like in these examples.

Maryland iMAP PD Lidar: Anne Arundel County

wms:https://lidar.geodata.md.gov/imap/services/AnneArundel/MD_annearundel_shadedRelief_RGB/ImageServer/WMSServer?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=0&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}

Maryland iMAP PD Lidar: Baltimore City

@talllguy
talllguy / find_replace_caps_npp.txt
Created April 13, 2021 12:31
Find and replace All Caps words to Proper Case in Notepad++
Set Match Case = yes
Set Wrap Around = yes
Find what: (([A-Z])\w+)
Replace with : \L\u\1
@talllguy
talllguy / Imagery-URL.md
Last active February 8, 2021 15:00
Strava Heatmap as a JOSM layer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@talllguy
talllguy / park-n-ride-popup.html
Created April 1, 2020 18:52
added popup config for MDOT SHA Park and Ride popup
Refer to the MDOT SHA Park &amp; Ride Field Guide for more information on this data. <b>The survey team does not update lot information but if anything appears to be different from this data, make a note in the <i>Attribute Updates Needed per Survey</i> field</b><br /> <br />
<font size="5">General Lot Information</font><br />
General information about the park &amp; ride. This information is maintained by DGD and RIPD.
<table>
<tbody>
<tr>
<td><font color="#808080" face="Arial, Helvetica, sans-serif"><b>Common Name</b></font></td>
<td><font color="#000000" face="Arial, Helvetica, sans-serif"><b>{COMMON_NAME}</b></font></td>
</tr>
<tr>