Commit Graph
1073 Commits
Author SHA1 Message Date
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
Joris Van den Bossche db07ac5492 CLN: implement CoordinateIndexer .cx without using pandas internals (#1072) 2019-08-06 17:40:35 +02:00
Joris Van den Bossche c2ffea383b DOC/RTD: update readthedocs environment (#1083) 2019-08-06 13:52:21 +02:00
Joris Van den BosscheandMatthew Rocklin 1a660ab5de TST: add additional GeometryArray tests (#1080)
Tests from the geopandas-cython branch.

Co-authored-by: Matthew Rocklin <mrocklin@gmail.com>
2019-08-06 11:08:09 +02:00
Joris Van den Bossche 6d3fad4ab3 CI: use defaults for py36 build (#1079) 2019-08-05 17:26:14 +02:00
Joris Van den Bossche 6ef9746a01 CI: add zstd as dependency to fix conda-forge problem with latest fiona / gdal 2019-07-29 14:07:48 +02:00
Archana AlvaandMartin Fleischmann 1837a4a053 ENH: add rename_geometry() method (#1058)
* adding rename_geometry method and test

* adding inplace and updating the example doc and tests accordingly'

* fixing inplace in rename_geometry

* Update geopandas/geodataframe.py

minor styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/tests/test_geodataframe.py

styling change

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* Update geopandas/geodataframe.py

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>

* adding reference document

* Update geopandas/geodataframe.py

Co-Authored-By: Martin Fleischmann <36797143+martinfleis@users.noreply.github.com>
2019-07-22 10:15:14 +01:00
Mike Taves 8b0548b7ef DOC: refresh with Python 3 syntax, and modern outputs (#1065) 2019-07-21 15:29:52 +01:00
Martin Fleischmann 3593d26e32 DOC: Expand contributing/documentation (#1061) 2019-07-17 16:35:36 +01:00
Martin Fleischmann 98e952bb0f DOC: update geoplot version for rtd environment (#1054) 2019-07-16 22:07:37 +01:00
Joris Van den Bossche 9e681cc64e Add changelog for 0.5.1 (#1056) 2019-07-11 17:53:18 -04:00
Joris Van den Bossche 851b77a8ed Avoid importing pytest in main geopandas import (#1049) 2019-07-08 13:30:07 -04:00
Joris Van den Bossche 961a78d243 TST: test GeoSeries constructor fallback in case of list-like scalars (#1048) 2019-07-08 13:05:10 -04:00
Joris Van den Bossche 7a38cb69ac DOC: fix dataset usage from geoplot (#1046) 2019-07-08 11:11:03 -04:00