aboutsummaryrefslogtreecommitdiff
path: root/doc/import/Concertes/How to read files.txt
diff options
context:
space:
mode:
authorNemael <100dragons@gmail.com>2020-10-06 15:53:11 +0200
committerNemael <100dragons@gmail.com>2020-10-06 15:53:11 +0200
commit2375a5ef6464d33da58aba2128d2b34c7301bba6 (patch)
tree0cc442f72778d0a5c02b538f478e06a975757d69 /doc/import/Concertes/How to read files.txt
parentb10b8e63670f2a45bc3a8475ce6a4fd5bc875637 (diff)
downloadincommon-map-2375a5ef6464d33da58aba2128d2b34c7301bba6.tar.gz
Files to parse with parser.rb to create the Locations.geojson file which contains all the locations from the Dewey and Concertes data
Diffstat (limited to 'doc/import/Concertes/How to read files.txt')
-rw-r--r--doc/import/Concertes/How to read files.txt58
1 files changed, 58 insertions, 0 deletions
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": ""
+ }
+ }
+ ]
+}