文件名称:geocoder:一个小的实用程序脚本,用于对csv文件中的地址进行地理编码
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-29 18:14:45
nodejs geocoder JavaScript
地理编码器 一个小的实用程序脚本,用于对csv文件中的地址进行地理编码。 安装 克隆存储库 git clone git@github.com:wbkd/geocoder.git && cd geocoder 安装依赖项 npm install # with node version 7 or higher 客制化 要对自己的csv文件进行地址解析,您需要在index.js更改以下变量: const INPUT_CSV = 'input/test.csv' ; // location of the input csv file const OUTPUT_CSV = 'output/test.csv' ; // location where to store the result const ADDRESS_COLUMN = 'adresse' ; // the name of the f
【文件预览】:
geocoder-master
----.gitignore(29B)
----package.json(332B)
----output()
--------test.csv(11KB)
--------.gitkeep(0B)
----package-lock.json(2KB)
----index.js(2KB)
----README.md(876B)
----input()
--------test.csv(5KB)
--------.gitkeep(0B)