23
Building The Spatial Enterprise for Denver Public Schools Robb Menzies GIS Specialist Matthew Baker Spatial Information Manager

2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Embed Size (px)

DESCRIPTION

The Planning and Analysis department at Denver Public Schools is the center of support for the 2nd largest school district in the State of Colorado, and spatial data is a crucial enabler of most of the analysis that is done in our department. Recently, however, we begun to re-think how our data could be used, and started a complete overhaul of our planning database. This session will examine the use of maps and analysis at DPS, the process of merging our Geographic Information System with a Spatial Information Technology workflow, and how this new database serves the needs of analysts throughout the district. Topics covered will include how we use spatial data, SQL analysis, and GIS processes to support the workflows of our analysts, the tools used to create the new database design, load data, and test it across the enterprise, and where our spatial and SQL analysis will go in the years to come.

Citation preview

Page 1: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Building The Spatial Enterprisefor Denver Public Schools

Robb Menzies GIS SpecialistMatthew Baker Spatial Information Manager

Page 2: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

DPS Overview

● Fastest Growing District in CO● 84,424 Students

– About to become largest district in CO

● 120 Languages● 172 Schools

Page 3: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

DPS Student Ethnicity

Page 4: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

DPS Student Performance

Page 5: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Overview Planning & Analysis

● DPS Administration Building● Demographic Analysis and Projections

– Student Demand and Performance

● Capacity and Resource Planning– Strategic Regional Analysis (SRA)

Page 6: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Special Challenges

● NCLB– DPS one of first districts in US to close school

● School of Choice Process– Choice Zones vs. School Boundaries– ½ of students choice “out”

● Aggressive Implementation of Charter and Innovation Schools

● School Phase In / Phase Out

Page 7: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

History DPS GIS

● Originally Planning and Transportation had separate GIS

● GIS Specialist created to bridge gap● Transportation later silo'd to non-GIS routing● GIS managed by Planning & Analysis and

served to enterprise systems

Page 8: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Spatial Data and Client Applications

Page 9: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Overview DPS Enterprise

Planning&

Analysis

Infinite Campus (IC)

Enterprise DB

Students Teachers Principals

SuperintendentAdministration

Page 10: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Spatial Data Primary

● School Points● Boundaries● Address Points● Student Households (addresses)● Planning and Forecast Regions● Transportation● October Count

Page 11: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Address Point File

● Currently ~280,000 geocoded address points– Student Household locations

● Infinite Campus (IC): Central Database– Origin and source of truth for student data

● Weekly sync to IC addresses and GIS addresses– IC doesn't (yet) store spatial data!

● Upcoming Internship with CO OIT– Emily Griffith Technical College

Page 12: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Spatial Data Other

City & County of Denver

● Parcels

● Neighborhoods

● Street Centerlines

● Election Precincts

● Police Districts

● Historic Landmark Districts

● Zoning

● Land Use

● Council Districts

Census

● Block Groups

● Blocks

● Tracts

● Birth data

Page 13: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Clients DPS Enterprise

● School Matrix– Address Point with Boundary, Grade Info

● Business Intelligence● IC● Operational Data Store (ODS)● Colorado Department of Education

– CDE Pipeline

Page 14: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Clients DPS School Locator

● Enter Address● Get:

– Boundary Schools● Elem● Mid● High

– Transportation Info

● ArcGIS Server● Google Maps API

http://maps.dpsk12.org/

Page 15: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

● ArcGIS Online-based Application● Enabled non-GIS users in Facilities

to digitize and prioritize irrigation areas at all DPS facilities

● Took 2 days to complete!

Page 16: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Building the Spatial Enterprise

Page 17: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Design Tasks Initial

● Identify and Interview users and stakeholders● Design GIS database● DEV / QA database design● Implement production● Applications

– Re-build ArcGIS Server

– Re-build web applications

Page 18: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Workflow Example

IC

SQL Data Pull

Page 19: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

What's Broken?

● Broken Data links– SQL to Excel

– SQL to Map

● ArcGIS creates spatial data● SQL Server creates tabular data● How to blend?

Page 20: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Improvements● SQL Server “Workspace”

– Planners Build and Use Spatial Functions– Storing Query Views

● Use in Excel● Use in ArcMap (spatial views)

● ETL Automation– From DPS Enterprise

● To SQL Workspace

– To / From SDE● To DPS Enterprise

Page 21: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

SQL Spatial

GIS

Planning & Analysis

Workflow Target

ODS DPS Enterprise

Page 22: 2013 Enterprise Track, Building the Spatial Enterprise for Denver Public Schools by Matthew Baker and Robb Menzies

Tools Used

● SQL Server 2012– Spatial data: geometry

● ArcGIS 10.1● FME Workbench● PGModeler

– PostgreSQL database modeler