aboutsummaryrefslogtreecommitdiff
path: root/doc/import/readme.txt
diff options
context:
space:
mode:
authorNemael <100dragons@gmail.com>2020-10-06 16:14:19 +0200
committerNemael <100dragons@gmail.com>2020-10-06 16:14:19 +0200
commit88d6de26a0e55430414b05e9d4d08a7a68102684 (patch)
tree9d527116387e7a45445621eea0a665e6e6e19eb5 /doc/import/readme.txt
parent2375a5ef6464d33da58aba2128d2b34c7301bba6 (diff)
downloadincommon-map-88d6de26a0e55430414b05e9d4d08a7a68102684.tar.gz
Improved the parser file and added some more comments, created a readme.txt file to explain LocationsParser.rb
Diffstat (limited to 'doc/import/readme.txt')
-rw-r--r--doc/import/readme.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/import/readme.txt b/doc/import/readme.txt
new file mode 100644
index 0000000..b534433
--- /dev/null
+++ b/doc/import/readme.txt
@@ -0,0 +1,10 @@
+The script LocationsParser.rb creates a file named "Locations.json", which contains all the points from the Concertes and Dewey database.
+It parses the .csv files from the Concertes folder and the .json files from the Dewey folder.
+To run it:
+ ruby parser.rb
+
+The main files it uses are:
+ Concertes/20200312_EntreprisesSignaletique.csv which contains the name of the points from the Concertes data
+ Concertes/20200312_EntreprisesCoordonnees.csv which contains the coordinates of the points from the Concertes data
+and
+ Dewey/dewey-maps-markers.json which contains the data of the points from the Dewey data