Skip to content

Commit 95187ce

Browse files
committed
Updated README.
1 parent 8c5f33f commit 95187ce

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
This is a simple geocoding tool.
44

5-
## Usage
6-
7-
Create a settings.ini file with API keys:
8-
9-
```
10-
cat settings.ini
11-
[Bing]
12-
Key=<bing api key goes here>
13-
```
14-
155
## Notes
166

177
This code was originally written as a test for the following blog: [Geocoding with BingMaps in Python](http://blencorp.com/blog/2012/06/geocoding-with-bingmaps-in-python/).

bing/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The Library of Congress
3232
Mountain View, CA
3333
```
3434

35+
Get geocodes for places in test file:
36+
3537
```shell
3638
./driver.py data/places.txt
3739
```

walker.py

-40
This file was deleted.

0 commit comments

Comments
 (0)