Commit Graph
1086 Commits
Author SHA1 Message Date
Brendan Ward 32609cb4cc BUG: Retain primary index name in sjoin (#1150)
* Partial solution toward #846

* And now with more _style_

* TST: merge tests from #1159
2019-10-15 09:28:37 +01:00
Joris Van den Bossche e0b7205808 DOC: fix date in release notes 2019-10-12 09:44:33 +02:00
Joris Van den Bossche 7df43d1375 RLS: v0.6.1 2019-10-12 09:35:14 +02:00
Joris Van den Bossche a72cb641bd BUG: allow specifying np.nan in fillna (#1151) 2019-10-11 08:34:10 +02:00
Joris Van den Bossche dc619e9337 BUG: allow astype to work on invalid GeoDataFame + fix astype(object) (#1152) 2019-10-11 08:33:46 +02:00
Joris Van den Bossche a3170ecbf7 BUG: fix astype(str) for Multi-geometries (#1147) 2019-10-10 22:05:55 +02:00
Joris Van den Bossche da3aef6d4b RLS: v0.6.0 2019-09-27 09:39:36 +02:00
Joris Van den Bossche 2e6819fd70 TST: add tests for new options (#1139) 2019-09-27 09:29:06 +02:00
Joris Van den Bossche 7c5d7b1153 DOC: add link to missing-empty docs in changelog 2019-09-27 08:44:52 +02:00
Joris Van den Bossche 8e0b0fd562 RLS/DOC: update changelog for final 0.6.0 release (#1133) 2019-09-27 08:40:54 +02:00
jbrockmendel 8e39ae9677 Add shape and ndim for array compat (#1126) 2019-09-27 08:34:16 +02:00
Joris Van den Bossche a7bb54a163 ENH: Show less coordinate decimals in Series repr of geometries (#1057) 2019-09-27 08:32:42 +02:00
Martin Fleischmann 0f2ca1a802 BUG: fix sjoin with empty geometry (#1138) 2019-09-26 15:48:32 +02:00
Joris Van den Bossche 1b95bc462a DOC: add docs on missing and empty geometries (#1137) 2019-09-24 21:34:53 +02:00
Alan D. Snow 4d18c29f33 DOC: update installation information about pyproj (#1135) 2019-09-23 08:28:44 +02:00
Joris Van den Bossche 3f110dcc05 BUG: fix geometry methods to handle single MultiGeoms output (#1134) 2019-09-21 19:36:15 +02:00
Martin Fleischmann 8903e754cc BUG: colorbar did not match normalised colors (#1089)
* BUG: colorbar should use normalization

* TST: add test

* Update test for older matplotlib

* blacken

* style fix

* fix tests
2019-09-21 17:28:37 +01:00
Joris Van den Bossche 63a1b99ca0 BUG: fix != operation (#1132) 2019-09-21 16:40:39 +02:00
Ian Rose f6b835cee2 Don't convert to absolute path in to_file to preserve VFS paths (#1124) 2019-09-21 13:54:04 +02:00
Martin Fleischmann 95759b34fd BUG: norm not persisting when using subplots (#1091) 2019-09-21 13:51:57 +02:00
Leah Wasser b71ab0bf3a DOC: Update Contributing Guidelines (#1127) 2019-09-18 09:09:48 +02:00
Martin Fleischmann fbbb166873 BUG: pass list-like colors to Multi- geometry (#1119) 2019-09-17 11:23:01 +02:00
Joshua Wilson d52326523b PERF: Repeated sjoins using the same dataframes re-use spatial indexes (#789) 2019-09-14 10:35:59 +02:00
Alan D. Snow d2020b299b Add always_xy for pyproj>=2.2.0; skip transformations when CRS exact same (#1122) 2019-09-12 14:23:56 +02:00
Joris Van den Bossche 0f0556a457 Re-enable GeoSeries.any/all (#1111) 2019-09-12 09:09:10 +02:00
awa5114 5fd42509cc BUG: override astype to ensure a GeoDataFrame is returned (#1009) 2019-09-12 09:08:46 +02:00
Geir Arne Hjelle 50c59d395b Clean string concatenations after Black 2019-09-12 08:23:41 +02:00
Geir Arne Hjelle 373ac8bf73 Clean up imports 2019-09-12 08:23:41 +02:00
Geir Arne Hjelle f4b749d148 Fix most flake8 issues (F821 missing) 2019-09-12 08:23:41 +02:00
Geir Arne Hjelle 7bc3166cfe Blacken code 2019-09-12 08:23:41 +02:00
Geir Arne Hjelle 479b6e7062 Add and configure black and flake8 as pre-commits and to Travis 2019-09-12 08:23:41 +02:00
François Leblanc 29add0a735 DOC: fix plotting in 'pandas to geopandas' example (#1108) 2019-08-19 08:25:21 +01:00
René Buffat 80d5d0de81 ENH: pass legend_kwds to colorbar when relevant (#1102)
* expose colorbar kwargs

* add linebreak

* merge legend_kwds and cbar_kwd

* move legend_kwds init

* extend docstring

* fix typo

* modify docstring

* add test for colorbar kwargs

* fix argument name

* add documentation

* docs minor edit
2019-08-18 23:57:36 +01:00
James Gaboardi 561dcac73b correcting minor typo in _versions.py (#1107) 2019-08-18 20:30:02 +01:00
François Leblanc 49e0084bd1 DOC: fixed WKT order in create_geopandas_from_pandas example (#1105) 2019-08-18 10:35:00 +01:00
Martin FleischmannandJoris Van den Bossche a20ac9c816 REF: remove unnecessary fixes for older pandas, use pandas is_list_like (#1104)
* REF: remove unnecessary fixes for older pandas

* Update doc/source/reference.rst

Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
2019-08-16 19:22:00 +01:00
Martin Fleischmann bdf8ff0e80 CI: disable 27-latest-defaults (#1103) 2019-08-16 15:20:03 +01:00
Sergio Rey a441237ae1 DOC: update mapclassify url and tooling for dash/zeal docs (#1090) 2019-08-14 09:37:49 +02:00
Joris Van den Bossche 15a3dd7fc5 RLS: v0.6.0rc1 release candidate 2019-08-13 11:27:55 +02:00
Joris Van den Bossche b12054a00f Add initial changelog for 0.6.0 (#1099) 2019-08-13 11:26:55 +02:00
Joris Van den Bossche a2ff769f95 Fix show_versions() for pyproj 1.9.6 (#1097)
* also fix gdal version
2019-08-13 10:39:26 +02:00
Joris Van den Bossche 3f9ed03450 API: deprecate GeoSeries fallback to return Series for non-geometry data (#1085) 2019-08-13 09:39:00 +02:00
Joris Van den Bossche 041f371b6e API: separate concepts of 'missing' and 'empty' geometries (#1062) 2019-08-13 09:21:44 +02:00
Joris Van den Bossche 8466a91c4d Use shapely repr instead of WKT in repr of GeometryArray (#1094) 2019-08-13 08:21:36 +02:00
Martin Fleischmann 9451b71ce3 ENH: show_versions including GDAL, GEOS, PROJ (#1093)
* ENH: show_versions including GDAL, GEOS, PROJ

* Add try/except

* exception handling

* update tests

* update tests
2019-08-12 15:41:03 +01:00
Martin Fleischmann 7e6701ad8f DOC: update contextily example (#1088)
* DOC: update contextily example

* Split optional/default
2019-08-12 15:07:50 +01:00
Thomas Pinder 6d555d9db3 ENH: show_versions added (#918)
* show_versions added

* Redo based on sklearn

* Added optional deps

* optional to tests

* fix old mapclassify
2019-08-12 11:49:18 +01:00
Joris Van den Bossche 5e0ead84b8 CI: pin python to 3.7.3 (pip install issues with 3.7.4) (#1092) 2019-08-12 11:33:57 +02:00
Martin Fleischmann 8c42164559 ENH: allow pysal alongside mapclassify for plotting scheme (#1082) 2019-08-09 09:28:04 +02:00
Joris Van den Bossche 3d1cc652d0 BUG: workaround in GeoSeries constructor for pandas loc bug (#1084) 2019-08-07 19:47:41 +02:00