-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Herrenberg] Data #215
Comments
This is very cool! I also very much like the additional data, which is something I've been meaning to add to the spec for a long time, a PR for that sounds great!
The ParkAPI project also tries to aggregate historical data, so at least caching it makes sense in any way. The initial motivation behind the project also included alleviating potential stress from data sources by not passing requests from clients directly through. Popularity has never risen to anywhere close to that being an issue however. Just as an aside to security and compatibility, which are valid enough by themselves as reasons 👍
Nope, not yet. |
A few months ago I took a stab at rewriting the data aggregation with some lessons learned in mind. Regarding the additional lot data, I arrived at this list:
|
Before I comment here: Should we discuss additional data in #175 or in a new issue? |
Makes sense to move that conversation there 👍 |
Hi, can you please include the headroom of a parking lot in the data. Is headroom the correct word for it? I mean the max. allowed height of a car entering the parking lot. Thanks. |
I noticed that only two lots in the dataset have actual availability information, is this to be expected (for now)? |
It's not being used in any way right now for this project, but I added a module for the (possibly) upcoming version of this project to play around with the data: https://github.com/OpenParkingApp/Herrenberg |
@kiliankoe for now, there are only two parking areas with live data, indeed. They use floor sensors sending their occupancy state via LoRaWAN which is then aggregated. For a couple of other parkings occupancy data will be published as soon as it's available. |
Ah that's awesome! And adding more data sounds great as well 👍 |
Herrenberg now publishes open parking data, already in ParkAPI format: https://api.stadtnavi.de/parkapi.json (URL might still change in future).
Note: the response contains some additional tags (opening_hours, fees) which we'd like to add to the schema in an upcoming PR.
I think that even if external data providers comply with the ParkAPI schema, for security/compatibility reasons responses should not only be passed through.
Is there already a reusable scraper for remote ParkAPI sources?
The text was updated successfully, but these errors were encountered: