Commit Graph
185 Commits
Author SHA1 Message Date
Matthew Perry 33b046557b TST: additional tests for plotting 2014-07-30 12:43:55 -07:00
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
Matthew Perry c4d9aa15f0 spatial joins 2014-07-22 10:31:51 -07:00
Kelsey Jordahl 42b14545e8 Merge pull request #142 from geopandas/overlay
spatial overlays
2014-07-22 10:24:37 -07:00
Matthew Perry 99e44fc0b4 No need to use a geoseries 2014-07-21 09:30:30 -07:00
Kelsey Jordahl df6ba0afa7 Merge pull request #137 from geopandas/geojson_bbox
optionally include bbox in geojson, fixes #131
2014-07-20 22:28:42 -07:00
Matthew Perry 3384c82f80 first cut at implementing spatial overlays (polygon only) 2014-07-20 13:23:07 -07:00
Sean Gillies 19ad364926 Towards #140.
An R-tree for series and frames, with tests.
2014-07-16 23:32:01 -06:00
Matthew Perry 66ac9b973d optionally include bbox in geojson, fixes #131 2014-07-15 11:13:15 -07:00
Kelsey Jordahl f42d049ae9 Merge pull request #121 from jwass/reverse_geocode
Add reverse() method to geocode module
2014-07-15 09:38:42 -07:00
Jacob Wasserman 4b7cedf565 Rename geocode to reverse_geocode
Following discussion in #121.
2014-07-15 11:07:40 -04:00
Kelsey Jordahl 11b3ad07f0 Merge branch 'master' into feature/coordinate_index
Conflicts:
	tests/test_geoseries.py
2014-07-13 15:54:11 -07:00
Kelsey Jordahl 3b7afba679 Merge pull request #116 from geopandas/geo_interface
Geo interface
2014-07-13 17:52:30 -05:00
Kelsey Jordahl 04d263ae66 TST BUG: We still need OperationalError import 2014-07-12 13:52:22 -05:00
Kelsey Jordahl 457e8e8b5a TST: Don't depend on OperationalError for exceptions in connecting to test database 2014-07-12 13:07:54 -05:00
Kelsey Jordahl f84bc3892b TST: Don't raise in utility function 2014-07-12 11:11:41 -05:00
Kelsey Jordahl 3c3518b6c9 TST: Skip on OperationalError for newer pandas versions 2014-07-12 10:34:58 -05:00
Kelsey Jordahl 8657684580 Merge branch 'master' into bug/pandas-sqlalchemy-no-travis
Conflicts:
	requirements.test.txt
2014-07-12 09:55:50 -05:00
Kelsey Jordahl 9c7ff29d36 Merge branch 'master' into feature/coordinate_index
Conflicts:
	geopandas/geoseries.py
	tests/test_geoseries.py
2014-07-12 08:04:43 -05: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
noraderam 0061fb8df9 TST: Implement skipped geometry tests for GeoSeries 2014-07-11 17:32:15 -05:00
Kelsey Jordahl 196e94e1ab TST CLN: Remove repeated import 2014-07-11 16:11:55 -05:00
Matthew Perry 3a743219db geo interface for geoseries 2014-07-11 15:08:28 -05:00
Matthew Perry f2f94c0d27 preliminary geo interface for geodataframes 2014-07-11 14:34:31 -05: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 d57e9b1010 TST: Update the tests to use SQLalchemy for new pandas and DB API for older pandas versions 2014-07-10 23:08:41 -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 353d383d87 ENH: Use sqlalchemy for PostGIS connection for better compatibility with pandas.read_sql 2014-07-10 22:08:15 -05:00
Kelsey Jordahl a8a2ba124d TST: Use a longer timeout for geopy in test 2014-07-10 21:58:24 -05:00
Kelsey Jordahl 90165de30e TST: Move matplotlib.use() to before other matplotlib imports 2014-05-06 22:21:32 -04:00
Kelsey Jordahl 580afdb515 TST: Set matplotlib backend to Agg in test 2014-05-06 22:03:35 -04:00
Kelsey Jordahl 9e5e78166f BUG: Actually return the local path of the downloaded zip file for tests 2014-05-06 13:53:40 -04:00
Kelsey Jordahl 1be30a86ab TST BUG: Don't hard-wire list of borough names 2014-05-06 12:08:13 -04:00
Kelsey Jordahl c74d537245 BUG: Update to version 14 NYC sample data since v13 is no longer available 2014-05-06 11:58:35 -04:00
Kelsey Jordahl cf2d13c5cc TST: Test for bad na argument to to_json() 2014-04-21 18:34:07 -04:00
Kelsey Jordahl bddfa20bce TST: Skip PostGIS tests for recent pandas master due to SQL API change (GH#98) 2014-04-21 07:40:01 -04:00
Kelsey Jordahl 94c2f6cb87 Revert "ENH: Use sqlalchemy for PostGIS connection for better compatibility with pandas.read_sql"
This reverts commit 75c530115e.
2014-04-20 22:26:03 -04:00
Kelsey Jordahl 75c530115e ENH: Use sqlalchemy for PostGIS connection for better compatibility with pandas.read_sql 2014-04-19 15:28:32 -04:00
Kelsey Jordahl 08e4be9f6c PY3: Use six imports for generator and xrange 2014-04-16 14:53:02 -04:00
Kelsey Jordahl a16291b353 PY26: Use local unittest that gets unittest2 for python 2.6 2014-04-16 14:52:32 -04:00
Kelsey Jordahl 0c80da73d5 PY3: Use io.open to write bytes in python 2/3 2014-04-16 12:54:49 -04:00
Kelsey Jordahl 10722da48e PY3: Use explicit relative imports in tests 2014-04-15 18:12:09 -04:00
Kelsey Jordahl e2717cef1b PY3: Remove .order() pandas method which fails in python 3 and is arguably useless in python 2 2014-04-15 18:11:25 -04:00
Kelsey Jordahl 4f4b1ac8f5 PY3: Use explicit list 2014-04-15 18:00:10 -04:00