Skip to content
View DK32093's full-sized avatar

Block or report DK32093

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DK32093/README.md

Dylan Kelly

Geospatial Data Engineer

A portfolio of geospatial data engineering, spatial analysis, and front‑end mapping workflows

Geospatial Data Engineer working across spatial analysis, data systems, and web-based mapping. I build PostGIS-backed data structures, reproducible pipelines, and scalable geospatial workflows for large, complex datasets.


🗺️ Geospatial & Data Systems Projects

🌎 More content coming soon! 🌎

PostGIS Workflows

  • postgis-road-flood-risk
    A PostGIS‑driven geospatial workflow that builds a hex‑grid flood‑risk surface by integrating road geometry, hydrology proximity metrics, and terrain features into a reproducible spatial analysis pipeline.

Raster Workflows

  • raster-rasterio-height-analysis
    A Python workflow that ingests elevation data, computes height surfaces, and generates standardized multi‑panel raster visualizations for any AOI in the United States.

Vector Workflows

  • vector-osmnx-tree-analysis
    Python vector workflow using OSMnx to analyze street tree density and spatial patterns.
  • vector-duckdb-trails-analysis - Coming soon!
    Modern vector workflow using USGS National Trails data stored as GeoParquet, analyzed with DuckDB spatial SQL, and visualized in Kepler.gl.

Geospatial Web Apps

🌐 Web Development

Lightweight front‑end projects practicing HTML/CSS/JS, ES modules, Webpack bundling, DOM‑driven UI logic, and foundational OOP patterns.

Pinned Loading

  1. postgis-road-flood-risk postgis-road-flood-risk Public

    A PostGIS‑driven geospatial workflow that builds a hex‑grid flood‑risk surface by integrating road geometry, hydrology proximity metrics, and terrain features into a reproducible spatial analysis p…

    Shell

  2. raster-rasterio-height-analysis raster-rasterio-height-analysis Public

    A Python workflow for generating multi‑panel raster visualizations from any user‑defined AOI in the United States. The pipeline ingests elevation and surface models, computes height surfaces, appli…

    Python

  3. webapp-arcgis-landcover-viewer webapp-arcgis-landcover-viewer Public

    A responsive web app that visualizes Sentinel‑2 10m land‑cover within HUC‑12 subwatersheds around Boston, MA. Click a watershed to view percent cover by class (computed from ArcGIS Living Atlas ser…

    JavaScript

  4. vector-osmnx-tree-analysis vector-osmnx-tree-analysis Public

    A Python‑based vector workflow analyzing street tree density across Cambridge, MA zoning districts using GeoPandas, OSMnx, and OpenStreetMap road networks.

    Jupyter Notebook

  5. webapp-leaflet-boston-street-trees webapp-leaflet-boston-street-trees Public

    An interactive web map that allows users to click on any street tree in Boston and see the species.

    JavaScript

  6. webdev-webpack-todo-list webdev-webpack-todo-list Public

    A todo list app implemented with OOP patterns and ES module architecture, bundled with Webpack to support modular code organization and a scalable front‑end structure.

    JavaScript