Page MenuHomeDevCentral

No OneTemporary

diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 0000000..32e958c
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "phabricator.uri": "https://devcentral.nasqueron.org",
+ "repository.callsign": "DBVOIES"
+}
diff --git a/.arclint b/.arclint
new file mode 100644
index 0000000..a734f04
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,33 @@
+{
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "shell": {
+ "type": "shellcheck",
+ "include": [
+ "(\\.sh$)"
+ ]
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ },
+ "python": {
+ "type": "flake8",
+ "severity": {
+ "F821": "advice"
+ },
+ "include": [
+ "(\\.py$)"
+ ]
+ }
+ }
+}
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1975a33
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+## Nasqueron Databases :: Datasources :: Voies (FR)
+
+Exploit FANTOIR and INSEE information to offer a database of French paths.
+
+### FANTOIR
+
+References:
+
+ - https://www.data.gouv.fr/fr/datasets/fichier-fantoir-des-voies-et-lieux-dits/
+ - https://fr.wikipedia.org/wiki/FANTOIR
+
+### INSEE
+
+FANTOIR uses INSEE information to identify the town of the paths.
+
+The INSEE data is so used to translate codes INSEE
+into the name of the town or department.
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..20641fe
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+# Linters
+autopep8==1.5.7
+flake8==3.9.2
+pycodestyle==2.7.0

File Metadata

Mime Type
text/x-diff
Expires
Sun, May 3, 04:37 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3677626
Default Alt Text
(1 KB)

Event Timeline