Skip to content

Commit 471137a

Browse files
author
Shiland
committed
Document AP method, link to DCP Geosupport docs for each method
1 parent da16faa commit 471137a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ export LD_LIBRARY_PATH=/var/geosupport/version-17c/lib/
4040

4141
3. Geocode with:
4242

43-
**Single input street address** - [Function 1B](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-1b) (Boro or zip is optional)
43+
**Street address - single input** - [Function 1B](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-1b) (Boro or zip is optional)
4444
```python
4545
result = g.address(address="125 Worth st, NY, NY")
4646

@@ -56,7 +56,7 @@ $ export LD_LIBRARY_PATH=/var/geosupport/version-17c/lib/
5656
```python
5757
result = g.address_point(house_number="125", street="Worth st", zip=10013)
5858

59-
result = g.address(house_number="125", street="Worth st", boro='MANHATTAN')
59+
result = g.address_point(house_number="125", street="Worth st", boro="MANHATTAN")
6060
```
6161
**Borough, Block, and Lot** - [Function BL](https://nycplanning.github.io/Geosupport-UPG/appendices/appendix01/#function-bl)
6262
```python

0 commit comments

Comments
 (0)