Skip to content

Commit

Permalink
Intègre la zone rouge cérémonie d'ouverture paralympiques (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Aug 22, 2024
1 parent cf650f2 commit a71c01d
Show file tree
Hide file tree
Showing 10 changed files with 658 additions and 26 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ BDTOPO_DATABASE_URL=
# BDTOPO_DATABASE_URL=postgres://dialog_app:...
###< BD TOPO ###
###> JOP ###
APP_JOP_GEOJSON_FILE=data/jop/zones.geojson
APP_JOP_ORG_ID=
###< JOP ###
###> Litteralis ###
Expand Down
1 change: 0 additions & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ services:
$bacIdfDecreesFile: '%env(APP_BAC_IDF_DECREES_FILE)%'
$bacIdfCitiesFile: '%env(APP_BAC_IDF_CITIES_FILE)%'
$jopOrgId: '%env(APP_JOP_ORG_ID)%'
$jopGeoJSONFile: '%env(APP_JOP_GEOJSON_FILE)%'
$featureMap: '%features%'
$cifsFilterSet: '%env(cifs_filterset:default::APP_CIFS_FILTERS)%'
$melOrgId: '%env(APP_MEL_ORG_ID)%'
Expand Down
11 changes: 11 additions & 0 deletions data/jop/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Zones JOP

## `zones.geojson`
Fichier GeoJSON créé comme suit:

1. Télécharger sur le [kDrive (Dossier partagé > JO > Périmètres JOP - Données Préfecture de police)](https://kdrive.infomaniak.com/app/drive/184671/files/54928) les 5 fichiers Shapefile des zones JOP : .shp, .dbf, .prj, .cpg et .shx
Expand All @@ -11,3 +12,13 @@ Fichier GeoJSON créé comme suit:
```

Ce script génère un fichier `data/jop/zones.geojson`.

## `para_ouverture.geojson`

Fichier GeoJSON pour la cérémonie d'ouverture des Paralympiques

Le Shapefile provient de : https://github.com/MTES-MCT/dialog/issues/923#issue-2480179238

Le GeoJSON a été obtenu avec `./tools/ghp2geojson.py`

Les attributs `DATE_DEBUT` et `DATE_FIN` étaient absents ils ont été ajoutés manuellement à l'aide de la [carte interactive](https://anticiperlesjeux.gouv.fr/carte-interactive-impacts-deplacements-ile-france).
Loading

0 comments on commit a71c01d

Please sign in to comment.