OpenStreetMap

OSM Updates near West Lake Landfill

Posted by Brett on 23 November 2015 in English. Last updated on 1 December 2015.

Please tag your edits for this project with #Westlake

As part of the ongoing effort to update and improve disaster response plans for the region around the West Lake Landfill (Bridgeton, MO), I am undertaking an effort to update OSM in this region.
The spatial focus is a 2 mile region around the landfill itself. First focus is adding lane attributes to vehicle carrying highways. Next priority is correctly classifying and realigning these ways, followed by correct mapping of turns and restrictions.
Once those priorities are complete, I will work on the next set of details to add.

As of 12/01/2015

### Completed - Lane attributes
* “Residential” (many should be unclassified)
* Unclassified
* Secondary

In Progress: Tertiary Roads

  1. Creve Coeur Mill Road - Edited through Prichard Farm Road
  2. Prichard Farm Road
  3. McKelvey Road
  4. Old Saint Charles Rock Road

In Progress: Primary Roads

  1. Saint Charles Rock Road - Small portions, but realign road as well
  1. I-70/I-270 interchange

Other tasks

  • There are also many service roads that need to either be reclassified or have lane attributes added. The amphitheater parking lot is an especially large project on this.
  • Add in missing parking aisles and service roads
  • Examine residential roads to reclassify. Many should be unclassified or service roads.

Some Tools

### overpass-turbo query for 2 mi buffer around West Lake

[out:json][timeout:25];
(way(201801999);) -> .a;
way(around.a:3220.0) -> .b;
(
  node.b;
  way.b;
);
out body;
>;
out skel qt;

overpass-turbo query for highway segments without lane attribute

[out:json][timeout:25];
(way(201801999);) -> .a;
way(around.a:3220.0) -> .b;
way.b["lanes"!~"."] -> .c;
(
  //Can change between primary, secondary, unclassified, etc
  way.c["highway"="primary"];
);
out body;
>;
out skel qt;
Location: Bonfils, Bridgeton, Saint Louis County, Missouri, 63045, United States

Discussion

Comment from EbersGIS on 23 November 2015 at 23:05

I’m working on St. Charles Rock Road. McKelvey north of St. Charles Rock should be finished.

Log in to leave a comment