Skip to content

Utility for fetching and processing public data to make GIS shapefiles.

License

Notifications You must be signed in to change notification settings

haileyplusplus/geopipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geopipeline

Fetches, transforms, and combines public data into GeoJSON or Shapefiles for use in making maps.

This is still very much a work in progress. In particular, the pipeline schema configuration is likely to change in the near future.

The following sample workflows are currently configured:

  • transit: Outputs a map illustrating public transit bus frequencies in the Chicago area.
  • osmdev: Filters OpenStreetMap roads data for the state of Illinois down to just the Chicago area.
  • bikemap: Combines bicycle facility information and street information for the City of Chicago and runs routing simulations to identify streets that are good through routes for bicycling.

To run the pipeline with one of these workflows:

python3 -m pipelinerunner <workflow_name>

About

Utility for fetching and processing public data to make GIS shapefiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages