Commit Graph
12 Commits
Author SHA1 Message Date
Carson Farmer 3893bbe346 Revert "Revert "Merge branch 'feature/coordinate_index' into spatial_index""
This reverts commit 36c8b1e747.
2014-07-12 11:24:18 -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