mongo code_for_trenton
db.addresses.ensureIndex( { Name :1 }, { unique:true, dropDups:true})
db.addresses.createIndex( { Name: 1 }, { unique: true } )
secrets.py contains
opencage_key = 'XXXX'
create it here https://geocoder.opencagedata.com/
Using pymongodb
and MongoDB version: 2.4.14
Locally checked out python-opencage-geocoder
git clone [email protected]:OpenCageData/python-opencage-geocoder.git
https://www.google.com/fusiontables/exporttable?query=select+*+from+1L7eDqaZi9F5ZszM_URjC7k48mKLTZen1iWdChHon&o=csv
For shell access to this, see : https://fusion-tables-api-samples.googlecode.com/svn/trunk/ftapi/README.html
mongoexport -d code_for_trenton -c addresses > addresses.json
bzip2 addresses.json
- using google voice to email trello
- trello as ticket storage
- using nltk to parse out text.
- using opencage for geocoding
- storing of geocode in ticket