Skip to content

Commit

Permalink
Version 0.1.2 : correction d'un numéro de SIRET (#5)
Browse files Browse the repository at this point in the history
* Mise à jour dépendances

* Correction numéro de SIRET

* Passage en version 0.1.2
  • Loading branch information
AntoineAugusti authored Apr 28, 2020
1 parent ab587b3 commit c492f63
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Ce fichier répertorie les changements entre différentes versions d'un schéma.

## Version 0.1.2 - 2020-03-04
- Correction du numéro de SIRET qui était invalide

## Version 0.1.1 - 2019-12-30
- Correction d'erreurs de syntaxe ;
- Ajout de précisions sur les données tarifaires ;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Nom du fichier : `Parking_nom_AAAAMMJJ.csv` avec nom étant le nom de la collect
### Fichiers d'exemples
Vous pouvez télécharger des fichiers gabarits d'exemple.

- Un [fichier au format CSV](https://github.com/etalab/schema-stationnement/raw/v0.1.1/exemple-valide.csv) ;
- Un [fichier au format tableur](https://github.com/etalab/schema-stationnement/raw/v0.1.1/exemple-valide.xlsx).
- Un [fichier au format CSV](https://github.com/etalab/schema-stationnement/raw/v0.1.2/exemple-valide.csv) ;
- Un [fichier au format tableur](https://github.com/etalab/schema-stationnement/raw/v0.1.2/exemple-valide.xlsx).

### Mises à jour

Expand Down
2 changes: 1 addition & 1 deletion exemple-valide.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
id,nom,insee,adresse,url,type_usagers,gratuit,nb_places,nb_pr,nb_pmr,nb_voitures_electriques,nb_velo,nb_2r_el,nb_autopartage,nb_2_rm,nb_covoit,hauteur_max,num_siret,Xlong,Ylat,tarif_pmr,tarif_1h,tarif_2h,tarif_3h,tarif_4h,tarif_24h,abo_resident,abo_non_resident,type_ouvrage,info
75114-P-001,REPUBLIQUE,75114,"3 rue de la Gare, 92300, Levallois-Peret",https://www.exemple.fr/stationnementrepublique/,tous,true,325,250,250,10,25,5,5,5,5,5,80295478500028,1.452323,46.59698,gratuit,5.5,7.5,10.5,13.5,40,60.99,79.99,ouvrage,Gratuité pour le marché le samedi matin
75114-P-001,REPUBLIQUE,75114,"3 rue de la Gare, 92300, Levallois-Peret",https://www.exemple.fr/stationnementrepublique/,tous,true,325,250,250,10,25,5,5,5,5,5,21920044100018,1.452323,46.59698,gratuit,5.5,7.5,10.5,13.5,40,60.99,79.99,ouvrage,Gratuité pour le marché le samedi matin
Binary file modified exemple-valide.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tableschema==1.12.1
goodtables==2.4.1
tableschema==1.15.0
goodtables==2.4.4
12 changes: 6 additions & 6 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"countryCode":"FR",
"homepage":"https://github.com/etalab/schema-stationnement",
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.1/schema.json",
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.2/schema.json",
"licenses":[
{
"title":"Licence Ouverte",
Expand All @@ -21,22 +21,22 @@
{
"title":"Ressource valide (CSV)",
"name":"exemple-valide-csv",
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.1/exemple-valide.csv"
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.2/exemple-valide.csv"
},
{
"title":"Ressource valide (XLSX)",
"name":"exemple-valide-xlsx",
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.1/exemple-valide.xlsx"
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.2/exemple-valide.xlsx"
},
{
"title":"Ressource invalide",
"name":"exemple-invalide",
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.1/exemple-invalide.csv"
"path":"https://github.com/etalab/schema-stationnement/raw/v0.1.2/exemple-invalide.csv"
}
],
"created":"2019-12-13",
"lastModified":"2019-12-30",
"version":"0.1.1",
"lastModified":"2020-03-04",
"version":"0.1.2",
"contributors":[
{
"title":"Pierre Mercé",
Expand Down

0 comments on commit c492f63

Please sign in to comment.