https://github.com/cartyc/propertylatlng
Takes a properties address (ex 123, hellothere, cityofimport) and returns its latLng.
https://github.com/cartyc/propertylatlng
Last synced: about 1 year ago
JSON representation
Takes a properties address (ex 123, hellothere, cityofimport) and returns its latLng.
- Host: GitHub
- URL: https://github.com/cartyc/propertylatlng
- Owner: cartyc
- Created: 2014-05-30T16:00:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T15:45:44.000Z (about 12 years ago)
- Last Synced: 2025-02-28T13:34:33.698Z (over 1 year ago)
- Language: Python
- Size: 10.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Get lat long coordinates from list of properties
Came up with this to get the lat lngs out the City Of Ottawa
open data property Points.
http://data.ottawa.ca/en/dataset/address-points-main-and-subordinates
I have it set up to save to a MySql database right now.
You'll need to install MySQLdb to get this to work properly:
sudo apt-get install python-mysqldb
pip install MySQL-python
Feel free to modify this for your use if you find it interesting.