Skip to content

taslater/pgh-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgh-viewer

Visualizing Pittsburgh

IMG_0877

Vizualizing parcel age. Blue is old, red is new.

Data Sources

Allegheny County

Setup

Server

The server provides mbtiles layers using mbtileserver for fast user visualization.

Spatial analysis is performed using PostGIS.

Vector tilesets

MBTiles are generated using Tippecanoe.

Spatial analysis

ogr2ogr is used to load the shapefiles into PostGIS. Shapefiles may contain invalid geometry which can be repaired using QGIS before loading with ogr2ogr.

Spatial join

assessments.csv contains interesting parcel features, but we would prefer to visualize the building footprints. To associate the interesting data with each footprint, the footprints must be spatially joined with the parcel shapes.

Many footprints (how many?) are contained neatly inside parcels, but some overlap several parcels. These overlaps may be meaningful or accidental. Analysis is required to distinguish meaningful overlaps from accidental.

About

Visualizing Pittsburgh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages