Hello,
<div><br></div><div>I'm writing an open source stack called Safest Way. It provides pedestrians the safest way to walk based on crime data through a mobile application.</div><div><br></div><div>SafestWay began as a civic hackathon project in the city of Philadelphia (USA). Due to a budget crunch, a number of our schools closed. This lengthened the walk to/from school for many students.</div>
<div><br></div><div>The immediate goal is to help students find the safest way to walk to school in my city. I present whatever I have done 12 days from now.</div><div><br>The overall goal is to make a software stack that any city with crime data can roll out on modest hardware with as little technical experience as possible.</div>
<div><br></div><div>OSRM is the easiest and fastest routing engine by far, but I have some questions that cannot be easily communicated via the mailing list.</div><div><br></div><div>I want to make sure I'm going about things the right way.</div>
<div><br></div><div>In brief:</div><div><br></div><div>I needĀ impedance, turn restrictions, and no one ways.</div><div><br>Since impedance is in a feature branch; right now the plan was just to feed in crime as speed data.</div>
<div><br></div><div>The speed data would be fed into the .osm via a changeset.</div><div><br>I'm trying to find the fastest way to match crimes to ways, which ideally, would break at every intersection.</div><div><br>
Right now I'm using the GEOS library from Node.JS.</div><div><br></div><div>If possible would anyone be available for Skype or interested in working on the project?</div><div><br></div><div>I was thinking of using the LUA profile to weight the crimes and do some geospatial operations using SpatiaLite, however, getting SQLite working from LUA isn't consistent with an easy to use and deploy stack :-)</div>
<div><br>Kudos on all your work so far; I hope my project helps bring more attention to yours.</div><div><br>Thanks for your time,</div><div><br>Jeffrey Mealo</div><div><a href="http://safestway.org/">http://safestway.org/</a></div>
<div><br></div>