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
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
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
0c80da73d5
PY3: Use io.open to write bytes in python 2/3
2014-04-16 12:54:49 -04:00
Kelsey Jordahl
5ef391198a
PY3: Use six library to import urlopen for 2/3 compatibility
2014-03-26 20:38:07 -04:00
Jacob Wasserman
0f1debae99
Rename equals methods to geom_equals
...
Renames on GeoPandasBase:
* equals() -> geom_equals()
* almost_equals() -> geom_almost_equals()
* equals_exact() -> geom_equals_exact()
2013-12-27 11:17:46 -05:00
Kelsey Jordahl
30576cf090
BUG: format statements need a position in python 2.6
2013-11-12 22:56:17 -05:00
Kelsey Jordahl
17d933c04a
TST: Attempt to import unittest2 if running python 2.6
2013-11-12 22:56:17 -05:00
Jacob Wasserman
37377cf9ea
TST: Add check_crs flag to assert_geoseries_equal
2013-11-11 19:21:13 -05:00
Jeff Tratner
69aa0364e0
Add assert_geoseries_equal test util
2013-11-04 00:31:36 -05:00
Jeff Tratner
f96fd89557
TST: Move geom_equals and geom_almost_equals to tests/util and use them
2013-11-04 00:31:28 -05:00
Jeff Tratner
7df6db234f
ENH: Allow geometry property to be set.
...
* Allows for clearer errors when a GeoDataFrame is created but has no
geometry.
* TST: Add test util for comparing sequence (b/c assert_almost_equal seems
to not work with shapely.
2013-11-04 00:31:12 -05:00
Jacob Wasserman
4df3679546
Add tests for io functions.
...
Adds tests for the read_postgis methods. A tests/util.py is introduced
containing some of the common code for downloading the NYC boroughs file,
managing the existence of psycopg2, and connecting to a database.
2013-10-12 12:14:59 -04:00