Commit Graph
23 Commits
Author SHA1 Message Date
Jacob Wasserman e453940b3f Remove unused imports. 2014-07-27 21:19:54 -04:00
Jacob Wasserman 93e66eeaef Move geocode.py to tools/geocoding.py
Move geocoding capability into the tools module.
2014-07-24 10:51:17 -04:00
Jacob Wasserman 4b7cedf565 Rename geocode to reverse_geocode
Following discussion in #121.
2014-07-15 11:07:40 -04:00
Jacob Wasserman a9129a5bcd Add reverse() method to geocode module
Take a bunch of points and turn them into addresses.
2014-07-11 23:47:28 -04:00
Kelsey Jordahl e9755b6332 TST BUG: Arg, geopy import was failing before the python 3.2 test 2014-07-11 10:50:46 -05:00
Kelsey Jordahl 19ef25b9c2 TST BUG: Protect individual geopy dependent imports 2014-07-11 09:31:20 -05:00
Kelsey Jordahl d8c368d52c Revert "TST BUG: Protect failing import for python 3.2 error"
This reverts commit 9d70950210.
2014-07-11 09:21:03 -05:00
Kelsey Jordahl c263221880 TST: Skip nominatim test, it times out too often. 2014-07-11 07:58:16 -05:00
Kelsey Jordahl 9d70950210 TST BUG: Protect failing import for python 3.2 error 2014-07-11 07:56:51 -05:00
Kelsey Jordahl ce13a78826 TST: Stupid missing import 2014-07-11 00:12:38 -05:00
Kelsey Jordahl e3795db7fb TST: Skip geopy tests on python 3.2, as it's known to be broken. 2014-07-10 22:40:08 -05:00
Kelsey Jordahl a8a2ba124d TST: Use a longer timeout for geopy in test 2014-07-10 21:58:24 -05:00
Kelsey Jordahl 10722da48e PY3: Use explicit relative imports in tests 2014-04-15 18:12:09 -04:00
Kelsey Jordahl 0f8a4d97f6 TST: Test for Nominatim geocoder 2013-11-21 18:40:45 -06:00
Kelsey Jordahl 21a0ac473c TST: Tests for googlev3 and openmapquest geocoders 2013-11-21 18:26:40 -06:00
Kelsey Jordahl f35ad1e972 TST: Import from_epsg explicitly in tests 2013-11-18 22:45:00 -06:00
Kelsey Jordahl 159d69e1e0 TST: Explicitly use relative imports and clean up tests 2013-11-12 22:58:31 -05:00
Kelsey Jordahl eb4e198e81 TST: Use local unittest for python 2.6 compatability in test_geocode 2013-11-12 22:56:17 -05:00
Kelsey Jordahl 249380ee69 TST: Clean up tests with assertRaises context manager. 2013-11-12 22:56:17 -05:00
Jeff Tratner b759222241 TST/CLN: Guard geopy import and add skip tests if no geopy. 2013-11-04 23:36:32 -05:00
Jacob Wasserman 2b02fc3dff Catch geocoding erros and fill with empty rows
Catch GeocoderResultError and ValueError. Fill the resulting GeoDataFrame
with an empty row.
2013-10-20 20:47:22 -04:00
Jacob Wasserman 01cea97dad Change assertIn to assert_ for python 2.6 support 2013-10-20 19:27:50 -04:00
Jacob Wasserman 7c389a625f Initial commit of geocoding functionality
Geocode a Series or list of strings and get back a GeoDataFrame with the
Point objects and a full geocoded address.
2013-10-16 00:31:03 -04:00