# PERIODE\_JH

Le champ `VEH_TYPES` indique les jours et heures où la circulation est admise ou interdite

## Renseigner les jours et horaires de circulation

Les jours et horaires sont formalisés dans un champ [`PERIODE_JH`](https://github.com/CEREMA/schema-arrete-permanent-circulation/blob/master/schema-page.md#jours-et-heures-de-circulation---propri%C3%A9t%C3%A9-periode_jh) au format [Opening Hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) d'OpenStreetMap.

Voici quelques exemples :

> Les véhicules d'urgence sont autorisés à circuler tous les jours

| REGL\_MODALITE | VEH\_USAGES | PERIODE\_JH |
| -------------- | ----------- | ----------- |
| Autorise       | Livraison   | 24/7        |

> Les véhicules d'approvisionnement des marchés sont autorisés à circuler le week-end de 9h à 12h et les jours fériés de 8h à 12h30

| REGL\_MODALITE | VEH\_USAGES                               | PERIODE\_JH                      |
| -------------- | ----------------------------------------- | -------------------------------- |
| Autorise       | Véhicules d'approvisionnement des marchés | Sa,Su 09:00-12:00;PH 08:00-12:30 |

> Les véhicules transportant des matières dangereuses sont autorisés à circuler tous les jours sauf le week-end, de 10h à 12h, puis de 14h à 18h, mais pas pendant les vacances scolaires

| REGL\_MODALITE | VEH\_USAGES                       | PERIODE\_JH                        |
| -------------- | --------------------------------- | ---------------------------------- |
| Autorise       | Transport de matières dangereuses | Mo-Fr 10:00-12:00,14:00-18h;SH off |

[Voir l'exemple de Gignac-la-Nerthe](https://github.com/CEREMA/schema-arrete-circulation-marchandises/blob/master/exemples/gignac.csv)

[Vous pouvez vous aider de l'assistant groom-groom pour remplir le champ PERIODE\_JH](https://cerema-med.shinyapps.io/groom-groom/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opendatafrance.gitbook.io/fablog/espace-arretes/guide-de-reference/periode_jh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
