Skip to content

An example of how municipal data can be transformed into the format used by osmizer.

Notifications You must be signed in to change notification settings

OpenSidewalks/osmizer-input-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osmizer-input-example

Example code for preparing data for the osmizer command line application.

Installation

  1. Clone this repository git clone https://github.com/OpenSidewalks/osmizer-input-example
  2. Install the required packages using pip: pip install -r requirements.txt

Running the code

python convert.py

convert.py reads the files in the input directory and converts them to a GeoJSON format that is compatible with osmizer. The input files, in this case, originate from http://accessmapseattle.com and are derived from the Seattle sidewalk dataset at http://data.seattle.gov. The original municipal data encodes information like curb ramps as labels on sidewalks and has no crossing information, so these were generated in previous work (SSG 2015 Sidewalks group).

About

An example of how municipal data can be transformed into the format used by osmizer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages