Skip to content
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

Quest: Does this parking area[access=customers|public] have a fee? #101

Closed
CloCkWeRX opened this issue Apr 6, 2017 · 16 comments · Fixed by #825
Closed

Quest: Does this parking area[access=customers|public] have a fee? #101

CloCkWeRX opened this issue Apr 6, 2017 · 16 comments · Fixed by #825
Labels
new quest accepted new quest proposal (if marked as blocked, it may require upstream work first)

Comments

@CloCkWeRX
Copy link

Apps that use this data:

Answers:
https://wiki.openstreetmap.org/wiki/Key:fee

  • Yes (amount) - set fee:amount=$12.34 and fee=yes
  • No
  • Varies with time of day - add note
@westnordost westnordost added the new quest accepted new quest proposal (if marked as blocked, it may require upstream work first) label Apr 6, 2017
@LivInTheLookingGlass
Copy link

It would also be useful to note if the fee is flat, or based on the time you're there for.

@HolgerJeromin
Copy link
Contributor

It would also be useful to note if the fee is flat, or based on the time you're there for.

@gappleto97 Without a proper tagging schema this could not be supported by this app.

@Codain
Copy link

Codain commented Jun 10, 2017

+1, also for bicycle parkings

@HolgerJeromin
Copy link
Contributor

HolgerJeromin commented Jun 10, 2017

I have very few bicycle parking places which needs a fee.
I am not sure if a cycle parking fee quest would be overkill.

@matkoniecz
Copy link
Member

For bicycle parkings it would be weird, at least in Poland I have never seen a paid bicycle parking.

@westnordost
Copy link
Member

westnordost commented Jun 18, 2017

This quest basically has the same problem as #102, so that this quest would need to be limited to public/customer underground and parking houses until someone has an idea about a heuristic that would exclude those parkings (outside city-centers?) that most likely will not have a fee.

@manuelVo
Copy link

I don't think that it would be acutally a false positive, because parking spaces with no fee tag basically mean that it's not known while fee:no ensures the user, that there are no fees for that parking space.

@ENT8R
Copy link
Contributor

ENT8R commented Feb 1, 2018

A user sent me the code of a possible implementation of this quest created by my tool, the StreetCompleteQuestCreator. But it contains only the possibility to answer "Yes, there is a fee" or "No, there is no fee".
If this quest would be implemented, it would be easy to ask what the amount of the fee is... But I have no idea for a proper UI... The only thing that I think that might work is a small dialog after the user tapped on "Yes" which asks then for the amount of the parking fee...
Or should this quest be better a plain Yes/No quest, as I know some parkings which increase or decrease the amount of the fee after a specific time, which would be pretty hard to implement... Is there even a proper tagging scheme for this case?

@westnordost
Copy link
Member

westnordost commented Feb 1, 2018

No, let's not ask for the fee. This kind of data should not be in the OSM database, it will also change all the time. To ask whether there is a fee or not is acceptable because it is like an access restriction: I.e. public/paid/private. But the amount, come on - will we record the prices of fuel at fuel stations next?

@ENT8R
Copy link
Contributor

ENT8R commented Feb 1, 2018

Good point! So this can be an easy Yes/No quest. But what to do if there is a time-restricted fee? Should the user leave a note or should we offer another answer option using the opening hours selctor? I'd prefer the second one...

@westnordost
Copy link
Member

Phew, I don't know, does this happen?

@ENT8R
Copy link
Contributor

ENT8R commented Feb 1, 2018

According to taginfo, yes...

@HolgerJeromin
Copy link
Contributor

I would go for yes/no. This is shown in osmand app with an separate icon.
opening_hour for free parking can change like the fee itself.
The question to ask should be something like
"Is there at some time a fee needed [never] [sometimes/always]" or
"Is there at some time a fee needed [never] [yes]"

@manuelVo
Copy link

manuelVo commented Feb 2, 2018

There are definitely parking spaces which have fees only during certain hours of the day (and none at all on weekends). There are plenty of those in my area.

I think the best way to tackle this would be 3 answer question "Is there a fee to park here?" with the answers "yes/no/depends on time (someone might reword that)" where the third option pops open the opening hours ui.

@HolgerJeromin
Copy link
Contributor

yes+no are 97.03% of all values in osm.
Are there data consumers of the 2% valid hours tags?
(pretending we have 1% other values like "privat" and many other values)

@ENT8R
Copy link
Contributor

ENT8R commented Feb 2, 2018

I think that fee=yes/no is the most important information. And if there is a parking which has only a fee during a specific time, the user can always leave a note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new quest accepted new quest proposal (if marked as blocked, it may require upstream work first)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants