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

Integer standard for types #12

Open
hexicle opened this issue Dec 6, 2017 · 1 comment
Open

Integer standard for types #12

hexicle opened this issue Dec 6, 2017 · 1 comment
Assignees

Comments

@hexicle
Copy link

hexicle commented Dec 6, 2017

I propose an integer standard for types of parking restrictions.

Integer Type
00 Time Limit
01 No Parking
02 No Stopping
03 Street Cleaning
04 Fire Hydrant
05 Permit Parking District
06 Disabled Parking
07 Parking Meter
08 Custom Type
09 Temporary
10 Damaged Road

Additional integers could be used for new types of restrictions.

@eselkin
Copy link

eselkin commented Dec 9, 2017

How is damaged road a parking restriction? Damage and temporary should be covered in a separate area of the specification. I think, we want a single integer for this value to be specific enough to gather more information about the line. This integer value and it's associated time limit should be specified in the curb_type object, which should be { type: integer, duration: integer (mins), permit: signed integer }

Integer value Associated Restriction
0 Short time limit (AKA green, <1hr)
1 Short time limit metered (AKA green with meter, <1hr)
2 Time limit (>=1hr )
3 Time limit metered (>=1hr)
4 Time limit with permit exemption
5 No parking
6 No parking with permit exemption
7 No stopping
8 Fire hydrant
9 Street cleaning
10 Disabled parking
11 Passenger loading (AKA white)
12 Commercial loading (AKA yellow)
13 Other
Permits Type
-1 Commercial
-2 Taxi
-3 Disabled
-4 Other
positive values associated permit number for restriction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants