-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrape parking lot details from openstreetmap #118
Comments
Sounds like a great idea actually! There's several sources from where we should be aggravating additional data, be it better positioning data (as in the outline of the parking lot), pricing information, opening times or whatever. In doing so we should probably think about the data format we're sending to the apps. Most data would be unnecessary to send on every request. I'd love to get some input from @jklmnn, @sibbl and @Mic92 on this 😊 |
As our goal is to scrape live data, it would probably make sense, if we only provide the openstreetmap id in the api for our few lots and let the clients to make a nearby search to overpass to create a mashup. |
We did want to make data from Dresden's parking lot detail pages available though, just never got around to it... That information is quite useful to have. |
From my experience most parking lot owner do not provide the detail information or at least it is really hard to scrape them. |
I would prefer if we keep the API compatible and extend it with extra data from OSM. |
Overpass returns probably more park lots for same area as we currently have. |
If we include OSM (or other) data, I suggest only doing so for the lots we actually support, e.g. those lots that actually have current data and are published on the sites we scrape. |
I saw that there was originally planned to support a scraping of detail information by url. Did you ever consider to link information generated by the openstreetmap project with the live data scraped from various sources?
Like you can see here there are a lot of information regarding the location and details of the parking spots: Overpass parking lots in Dresden
The text was updated successfully, but these errors were encountered: