0.25.0 • Published 4 months ago
addok-geocode-stream v0.25.0
addok-geocode-stream
Node.js stream API for addok geocoder
Usage
CLI
Installation
npm install -g addok-geocode-stream
Documentation
$ addok-geocode --help
addok-geocode [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--reverse Reverse mode [boolean]
--service Set geocoding service URL
[default: "https://api-adresse.data.gouv.fr"]
--strategy Set geocoding strategy: csv, batch or cluster
[default: "csv"]
--columns Select columns to geocode, in the right order
--citycode Filter results by citycode
--postcode Filter results by postcode
--lon Define longitude column (geo affinity)
--lat Define latitude column (geo affinity)
--semicolon, --semi Use semicolon (;) as separator [boolean]
--tab Use tabulation as separator [boolean]
--pipe Use pipe as separator [boolean]
--result Select columns you want to be added to the result by the
geocoder. Default: all
--bucket Set how many rows are sent in each request
[number] [default: 200]
--concurrency Set how many requests must be executed concurrently
[number]
--encoding Set data encoding. Can be detected automatically
[choices: "utf8", "latin1"]
--clusterConfig Path to addok config module (addok.conf)
Example
cat my-addresses.csv | addok-geocode --columns numero,voie,code_postal,ville --semicolon > my-geocoded-addresses.csv
0.25.0
4 months ago
0.24.0
5 months ago
0.23.1
9 months ago
0.23.0
9 months ago
0.21.0
2 years ago
0.20.0
2 years ago
0.19.0
2 years ago
0.12.0
3 years ago
0.13.0
3 years ago
0.14.0
3 years ago
0.15.0
3 years ago
0.16.0
3 years ago
0.17.0
3 years ago
0.18.0
3 years ago
0.21.3
2 years ago
0.21.2
2 years ago
0.22.0
2 years ago
0.21.1
2 years ago
0.10.0
4 years ago
0.11.0
3 years ago
0.9.0
5 years ago
0.8.2
5 years ago
0.8.1
5 years ago
0.7.2
5 years ago
0.8.0
5 years ago
0.7.1
5 years ago
0.7.0
6 years ago
0.6.0
6 years ago
0.5.0
6 years ago
0.4.0
6 years ago
0.3.0
6 years ago
0.2.0
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
7 years ago