Meeting Info

Date & time
19 Apr 2017, 6:00pm

Host
University of Washington

Address
UW Anderson Hall, Forest Club room 207

It's the room with the elk in it.

47.651737, -122.30754

Agenda

  • @julienawilson A talk about GerryPy - a geospatial algorithm for building congressional districts.
  • @cliffordsnow Demonstration of the Maproulette Challenge to add food service places in King County using Maproulette
  • @jharpster Talk about Open Source at Microsoft the release of building footprints for OSM under ODbL.
  • @mrosen Talk about Lidar workflows using PDAL, an open source library for Lidar manipulation
  • @you tell us about what you’re trying to solve.

Notes

@julienawilson

Works at CBRE, previously a student at Code Fellows, before that a GIS masters student.

Wanted to build districts programmatically rather than by committee… Unbiased if possible. Problem domain is take a state/census tracts. Start with 1 tract and find nearby tracts with similar characteristics with a population margin of error.

GerryPy implements the algo in a web mapping app. Allows you to weight for things like County and Compactness.

Started with a DB of tracts, turned each tract into a graph node, the borders of tracts are the edges between nodes.

Data is stored in PostGIS, the graph is built in Python.

@cliffordsnow

This whole thing started with the question: How well mapped is Seattle?

A comparison showed that San Francisco has better coverage than Seattle, though Clifford pointed out some flaws with the study.

In 2011 we were lucky to have connected streets. Today it is very detailed. 95% of buildings, 95% of streets, 95% of parks… Bus stops and sidewalks, not so good folks.

How bout POIs? Let’s compare to real data. Peter, Paul and Debbie came up with an estimate of restaurants based on food inspection data. Clifford reckons we have 50% coverage of restaurant POIs. That’s not bad. A rough guess.

How do we improve OSM? We could do an import, we could add notes, or… We could play Maproulette. Clifford went through the process of uploading the data to Maproulette. Used that inspection data, cleaned it up in QGIS, then boom: Get Mapping!

@jharpster

Presentation is in PowerPoint on a Surface computer, but he is talking about Open Source. He’s relatively new, been spending the last 9 months figuring out where the cohort is hiding.

MS is the largest contributor to open contributor on Github as of last year. 16k contributors to MS repos. They have internal Open Source nights once a month.

Image Classsification CNTK Machine Learning Framework, looks pretty cool.

Open Source in the mapping space? Not so much… but 56% of OSM change-sets have used Bing as a source. 52% of buildings are traced from Bing imagery. Last month released 9.8M building footprints that are ready to be imported to OSM. They’re working on releasing several more datasets into the open system.

@mrosen

Lidar Workflows with PDAL (Point Data Abstraction Library). As a human being it’s easy to look at Lidar data and say that looks like a tree, that looks like a building, but the data doesn’t tell you that on its own.

Michael has been working with PDAL at a Lidar production firm in Bellevue… Same kind of thing as GDAL but it’s all about point clouds. There are some key differences. You use PDAL to move things from one format to another.

Collection of readers, filters and writers. You hook them together programmatically. Means you have to piece things together yourself. It’s called a pipeline.

First stage of the pipeline is a reader. Readers are essentially drivers that let you access data from different formats. The last stage is powered by writers. These let you push your data into any number of formats. Check out the spec.

In the middle, you have a lot of filters. Specify attributes based on criteria. Colorization. Filters for height. There’s really a lot here, check out the spec. If you don’t see one you need, write one yourself.

Here’s some bad news. This library doesn’t build that easily. The good news: there’s a docker container. All you have to do is set that up and boom, you have pdal access from your console. Oh yeah, the whole tool is command line driven. It expresses itself in JSON. There are a lot of commands, we can’t cover them all here. Check out the spec.

Next meeting: 07/19/2017   Previous meeting: 03/15/2017 All meetings