Commit Graph
630 Commits
Author SHA1 Message Date
Joris Van den Bossche a4dfda959a TST: Add tests for plotting points 2015-10-30 11:26:01 +01:00
Joris Van den Bossche d42ffebdb5 ENH: add plot points with colormap 2015-10-29 09:51:42 +01:00
Kelsey Jordahl bdfc7fb819 Merge pull request #222 from jwass/unhashable_geometries
Remove test_merge_geo
2015-09-10 13:12:48 -07:00
Jacob Wasserman 48ec5b80c7 Skip test_merge_geo due to unhashable geometries
Reenable once geometry hashing is sorted out.
2015-09-09 21:01:14 -04:00
Kelsey Jordahl f5b1b95f82 Merge pull request #218 from jorisvandenbossche/rtree
Make rtree an optional dependency
2015-09-09 17:12:05 -07:00
Kelsey Jordahl 06d793cefc Merge pull request #220 from geopandas/travis_container
TST: speed up travis builds with containers and wheel caching
2015-09-09 16:53:36 -07:00
Kelsey Jordahl 28a322d14e Merge pull request #216 from scw/master
Update about.rst
2015-09-09 16:32:00 -07:00
Matthew Perry a3838b7048 speed up travis builds with containers and wheel caching 2015-09-04 14:48:06 -04:00
Joris Van den Bossche 7a1d16648b Make rtree an optional dependency 2015-09-02 16:17:18 +02:00
Shaun Walbridge dcaf279414 Update about.rst 2015-08-28 02:00:59 -04:00
Kelsey Jordahl 533d804190 Merge pull request #210 from jorisvandenbossche/plotting-pysal-legend
ENH/VIS: add legend for choropleth plots
2015-08-24 07:19:51 -07:00
Joris Van den Bossche 3b395d474a Add test for legend with PySAL choropleth plots 2015-08-23 12:09:04 +02:00
Joris Van den Bossche 35d22f0a76 Require PySAL for plotting with scheme 2015-08-21 23:40:26 +02:00
Joris Van den Bossche f68040f814 ENH/VIS: add legend for choropleth plots 2015-08-21 23:40:19 +02:00
Kelsey Jordahl 8ed45ac8da Merge pull request #211 from jdmcbr/master
Added check for z dimension in plot_polygon; if yes, flatten before plot.
2015-08-14 14:53:50 -07:00
Kelsey Jordahl 72ce4f96f5 Merge pull request #207 from maxalbert/colormap_vmin_vmax
Add keyword arguments "vmin", "vmax" to plot_dataframe()
2015-08-13 20:36:25 -07:00
Maximilian Albert 51e11fcfc4 Import unittest from util.py (which imports unittest2 under the hood for Python 2.6) to make skipIf work for all Python versions. 2015-08-14 00:26:47 +01:00
Maximilian Albert 74b5896dab Skip test on Travis (as it fails even though it passes locally and it's not clear why). 2015-08-13 23:43:34 +01:00
James McBride b3d93bd48d Moved shapely import to top of file in plotting. 2015-08-11 10:49:15 -07:00
Maximilian Albert 6e9772b292 Add test which plots a simple GeoDataFrame using various extra keyword arguments, to see if they are honoured. 2015-08-11 18:33:45 +01:00
James McBride 701f051866 Added check for z dimension in polygon; if yes, flatten before plot.
Necessary because descartes does not accept polygons with a z
coordinate.
2015-08-11 10:20:00 -07:00
Maximilian Albert 3d83d7d2dd Add support for 'figsize' kwarg in both plot_series() and plot_dataframe(). 2015-08-11 17:51:37 +01:00
Maximilian Albert 7fca5a77fd Add support for kwarg 'linewidth'. 2015-08-01 03:11:22 +05:45
Maximilian Albert aeac64af5b Add keyword arguments 'vmin', 'vmax' to plot_dataframe() which allow adjusting the min/max value used for the colormap. 2015-07-31 02:37:47 +05:45
Kelsey Jordahl 15f77ba821 Merge pull request #206 from geopandas/bug/pickle-crs
Serialize metadata
2015-07-13 23:09:13 -07:00
Kelsey Jordahl ddf08b7b82 DOC: Add comments to explain serialization [skip ci] 2015-07-13 23:07:30 -07:00
Kelsey Jordahl a71516a034 TST: Test pickling/unpickling CRS 2015-07-12 15:33:02 -05:00
Kelsey Jordahl 66b67d1fbe ENH: Add _metadata to _internal_names to ensure it is deserialized 2015-07-12 15:32:43 -05:00
Kelsey Jordahl 795ea62085 BUG: Make sure that pandas serializes metadata 2015-07-12 15:32:13 -05:00
Kelsey Jordahl 327e84e676 Merge pull request #202 from geopandas/geopy-version
Update geopy version
2015-07-11 14:41:44 -05:00
Kelsey Jordahl c785db0225 TST: pandas 0.16.0 -> 0.16.2 in travis 2015-07-11 13:04:31 -05:00
Kelsey Jordahl 3d3f8a096c CLN: space around operator 2015-07-11 12:30:45 -05:00
Kelsey Jordahl 091f960c8f TST: Add name attribute to test series 2015-07-11 12:30:02 -05:00
Kelsey Jordahl 4b1bd28541 CLN: Remove unused import 2015-07-11 12:11:53 -05:00
Kelsey Jordahl 91dc4dd363 CLN: Remove extra line 2015-07-11 12:11:39 -05:00
Kelsey Jordahl e8d39c6365 TST: Use more current geopy in tests 2015-07-11 11:46:01 -05:00
Kelsey Jordahl 37845786e7 CLN: Remove Mapquest geocoding API (no longer supported upstream) 2015-07-11 11:45:30 -05:00
Kelsey Jordahl 6163bc92ab Merge pull request #194 from geopandas/clean/add-kwarg-null-value
Always use kwargs when calling _series_unary_op()
2015-04-30 15:47:49 -07:00
Kelsey Jordahl bc3dc90f56 CLN: Add kwarg for calls to _series_unary_op() even when using default value of null_value 2015-04-30 08:30:44 -07:00
Kelsey Jordahl d77b129d6c CLN: Make the null_value argument explicit by name when calling _series_unary_op() 2015-04-30 08:29:25 -07:00
Kelsey Jordahl 45748f60f6 Merge pull request #193 from IamJeffG/139-missing-geoms
Handle missing geoms
2015-04-30 08:23:02 -07:00
Kelsey Jordahl 2c883c88d3 Merge pull request #191 from geopandas/bug/sjoin-index
Fix bug in sjoin index
2015-04-29 07:37:32 -07:00
Kelsey Jordahl 15b2b450d0 CLN: Remove redundant comments 2015-04-28 22:13:08 -07:00
Kelsey Jordahl 03a5daccee CLN: Remove unused import and fix whitespace 2015-04-28 22:11:03 -07:00
Kelsey Jordahl e6251da159 CLN: Use apply() rather than str to get len of each element 2015-04-28 22:08:08 -07:00
Kelsey Jordahl a266da5ed6 BUG: avoid use of np.repeat on 32-bit platforms 2015-04-28 22:06:42 -07:00
Kelsey Jordahl 1cc916cc94 Merge pull request #192 from geopandas/test/pandas-ci-versions
Update pandas versions on Travis CI
2015-04-28 21:30:31 -07:00
Kelsey Jordahl a1988eb153 BUG: Fix index on the left side too 2015-04-28 11:56:48 -07:00
Kelsey Jordahl 9d6f81bdb6 TST: Update pandas versions on Travis CI to latest 2 major releases + master 2015-04-27 23:19:50 -07:00
Kelsey Jordahl e22d654ba9 TST: Test for sjoin index bug (GH#190) 2015-04-27 23:03:49 -07:00