简易高德API命令行工具
Project description
# pypi-gaode-api
pypi tools for gaode api, https://lbs.amap.com/api/webservice/summary
Tips: only can be used after python version 3.0.
## Install
```shell
> pip install gaode-api-cli
> gaode-api-intersection
Usage: gaode-api-intersection
gaode-api-intersection searchByFile
gaode-api-intersection searchOne
```
## Config Usage
> To config gaode key
### get a gaode key
visit [gaode developer platform](https://lbs.amap.com/dev/key/app) to get a new `Web API key`.
### set gaode key
```shell
> gaode-api-config set-key <key>
```
### get gaode key
```shell
> gaode-api-config get-key
<gaode-key-will-display>
```
## Intersection Usage
> Searching for intersection information from Gaode [Search API](https://lbs.amap.com/api/webservice/guide/api/search/?)
### searchOne
```shell
> gaode-api-intersection searchOne 天目山路
> gaode-api-intersection searchOne 天目山路 hanzhou
> gaode-api-intersection searchOne 天安门 hanzhou
```
### searchByFile
> To search intersections of a batch data.
1. edit `input.txt` in current dir.
keywords without id
```
天目山路高教路口
文一西路高教路口
...
```
keywords with id is supported
```
001 天目山路高教路口
002 文一西路高教路口
003 ...
... ...
```
2. execute command like below.
```shell
# outputs going into output.csv
> gaode-api-intersection searchByFile input.txt
# outputs going into output1.csv
> gaode-api-intersection searchByFile input.txt output1.csv
```
pypi tools for gaode api, https://lbs.amap.com/api/webservice/summary
Tips: only can be used after python version 3.0.
## Install
```shell
> pip install gaode-api-cli
> gaode-api-intersection
Usage: gaode-api-intersection
gaode-api-intersection searchByFile
gaode-api-intersection searchOne
```
## Config Usage
> To config gaode key
### get a gaode key
visit [gaode developer platform](https://lbs.amap.com/dev/key/app) to get a new `Web API key`.
### set gaode key
```shell
> gaode-api-config set-key <key>
```
### get gaode key
```shell
> gaode-api-config get-key
<gaode-key-will-display>
```
## Intersection Usage
> Searching for intersection information from Gaode [Search API](https://lbs.amap.com/api/webservice/guide/api/search/?)
### searchOne
```shell
> gaode-api-intersection searchOne 天目山路
> gaode-api-intersection searchOne 天目山路 hanzhou
> gaode-api-intersection searchOne 天安门 hanzhou
```
### searchByFile
> To search intersections of a batch data.
1. edit `input.txt` in current dir.
keywords without id
```
天目山路高教路口
文一西路高教路口
...
```
keywords with id is supported
```
001 天目山路高教路口
002 文一西路高教路口
003 ...
... ...
```
2. execute command like below.
```shell
# outputs going into output.csv
> gaode-api-intersection searchByFile input.txt
# outputs going into output1.csv
> gaode-api-intersection searchByFile input.txt output1.csv
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gaode_api_cli-0.1.2.tar.gz
(3.8 kB
view details)
File details
Details for the file gaode_api_cli-0.1.2.tar.gz
.
File metadata
- Download URL: gaode_api_cli-0.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
abe9d2fd0cea252b45dddddbe45e2108c73519996c8b85dcc88708dd1def0508
|
|
MD5 |
73fbbbdfec516a0448c2e028acc2a81d
|
|
BLAKE2b-256 |
8a469938caf11b0f0e5ba244d43dace801fae4f88851b1f3569f30b540a42d7b
|