From 2375a5ef6464d33da58aba2128d2b34c7301bba6 Mon Sep 17 00:00:00 2001 From: Nemael <100dragons@gmail.com> Date: Tue, 6 Oct 2020 15:53:11 +0200 Subject: Files to parse with parser.rb to create the Locations.geojson file which contains all the locations from the Dewey and Concertes data --- doc/import/Concertes/How to read files.txt | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 doc/import/Concertes/How to read files.txt (limited to 'doc/import/Concertes/How to read files.txt') diff --git a/doc/import/Concertes/How to read files.txt b/doc/import/Concertes/How to read files.txt new file mode 100644 index 0000000..2c427cc --- /dev/null +++ b/doc/import/Concertes/How to read files.txt @@ -0,0 +1,58 @@ +Nom +Se trouve dans le fichier EntreprisesSignaletique.csv +Description +Se trouve dans le fichier EntreprisesSignaletique.csv +NumEntr +Lien entre les fichiers EntreprisesSignaletique et EntreprisesCoordonnees.csv +Tel +Se trouve dans le fichier EntreprisesCoordonnees.csv +Web +Se trouve dans le fichier EntreprisesCoordonnees.csv +Email +Se trouve dans le fichier EntreprisesCoordonnees.csv +Adresse +Se trouve dans le fichier EntreprisesCoordonnees.csv +Code postal +Se trouve dans le fichier EntreprisesCoordonnees.csv + +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [0, 0] + }, + "properties": { + "Nom": "" + "Description": "" + "NumEntr": "" + "Tel": "" + "Web": "" + "Email": "" + "Adresse": "" + "Code postal": "" + "NumEtab": "" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [0, 0] + }, + "properties": { + "Nom": "" + "Description": "" + "NumEntr": "" + "Tel": "" + "Web": "" + "Email": "" + "Adresse": "" + "Code postal": "" + "NumEtab": "" + } + } + ] +} -- cgit v1.2.3