GeoOttawa

This data was collected in the field using GPS software on handheld computers. Not all information has been verified for accuracy and therefore should only be used in an advisory capacity. Forestry Services reserves the right to revise the data pursuant to further inspection/review. If you find any errors or omissions, please report them to 3-1-1.

Geocoding

>>> import geocoder
>>> g = geocoder.ottawa('453 Booth Street')
>>> g.json
...

Command Line Interface

$ geocode '453 Booth Street' --provider ottawa

Parameters

  • location: Your search location you want geocoded.

  • method: (default=geocode) Use the following:

    • geocode

References