Is is possible to code Alternate-side-parking with the current possibilities of Open Street Map Opening Hours?

Is is possible to code Alternate-side-parking with the current possibilities of Open Street Map Opening Hours?
For example:

sign #2: parking prohibited last part of the month
2c2e25cb-b55b-4acc-bceb-e5083ae2a984

Alternate side parking is a often a schedule that allow parking based on the day of the month.
For example the first 15 days of the month parking is on the left-side of the street and the last part of the month (16-31) parking is on the right side of the street.

This example above is in the Evenestraat in the village of Cranendonck, The Netherlands.
This is used in several countries United States, France, Belgium, Sweden, The Netherlands etc …
In the Netherlands there are about 150 of these signs at the moment, according to the NDW traffic Sign data. See also this wikipedia about more information about Alternate side parking: Alternate-side parking - Wikipedia)

Is it possible to code this with Key:opening_hours - OpenStreetMap Wiki ?
if so, how can I do this with the example sign above?

1 Like

No, you can’t. Only commenting is possible. Street parking - OpenStreetMap Wiki

Parking doesn’t have opening_hours. Instead, you can use the aforementioned parking:<side>:restriction:conditional key.

The technically correct way is to enumerate the days for each month; that becomes a quite long condition. If you don’t need to mechanically process it, it is recommended to instead use a comment (which is allowed within the syntax).
In your case, it would look like this:

parking:left:restriction:conditional=no_parking @ ("Second half of each month")
parking:right:restriction:conditional=no_parking @ ("First half of each month")

prior art:
https://taginfo.openstreetmap.org/keys/parking%3Aright%3Aconditional#values
https://taginfo.openstreetmap.org/search?q=parking%3Aleft%3Aconditional#values