Commit Graph
1057 Commits
Author SHA1 Message Date
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
Aleksey Bilogur 42bc526c47 Update geoplot docs. (#1044)
* Update.

* Updates per comments.

* Update.
2019-07-07 21:55:27 +03:00
Joris Van den Bossche 39385a1fb9 Refactor internals based on ExtensionArray interface (#835) 2019-07-06 16:27:43 -04:00
Joris Van den Bossche 46b785d7d6 TST: additional asserts in constructor tests (#1043) 2019-07-06 14:52:18 -04:00
Joris Van den BosscheandMike Sarahan 11b4b36e51 CI: re-enable conda 4.7 (#1029)
Co-Authored-By: Mike Sarahan <msarahan@gmail.com>
2019-07-05 22:16:05 -04:00
Joris Van den Bossche 7c66c93f0f TST: additional tests (#1023) 2019-07-03 15:45:45 -04:00
Joris Van den BosscheandSerge Rey 682a1ba528 BUG: Handle breakage due to mapclassify 2.1.0 deprecation (#1033)
Co-authored-by: Serge Rey <sjsrey@gmail.com>
2019-07-03 09:49:47 -04:00
Joris Van den Bossche c066506d05 CI: use conda environment files for Appveyor builds (#1032) 2019-07-02 20:31:56 -05:00
Joris Van den Bossche 89a04e00e8 CI: pin conda to 4.6 2019-06-27 22:04:51 -05:00
Joris Van den Bossche 5763889565 TST: no strict xfail on flaky drop_duplicates test
See https://github.com/pandas-dev/pandas/issues/27035
2019-06-27 22:04:51 -05:00
Joris Van den Bossche c94ffab9a9 TST: pytest configuration (#1021)
* TST: pytest configuration

* continue with second appveyor build
2019-06-23 18:35:48 +02:00
Joris Van den Bossche 1619a1f19b GeoSeries to return Series when non-geometry data are passed (#572) (#1020) 2019-06-22 16:55:57 +02:00
Joris Van den Bossche 9ea772686c TST: additional constructor and getitem tests (#1016) 2019-06-16 19:56:57 +02:00
Joris Van den Bossche cc3d2a3c35 TST: remove select test (removed in pandas 0.25.0) (#1015) 2019-06-13 13:37:45 +02:00
donlo 08ffc4e932 ENH: Add affine_transform method to GeoSeries (#1008) 2019-06-13 11:58:05 +02:00
Joris Van den Bossche 69757afe6b Update minimal dependencies for pandas (>=0.23.4) and matplotlib (>=2.0.1) (#1002) 2019-05-24 13:05:38 +02:00
Kushal BorkarandMartin Fleischmann 5dccac7033 DOC: Adding Example for interactive point plot with folium (#969)
* Adding example for Plotting with Folium

* Adding HeatMap in plotting with folium example

* Adding HeatMap in plotting with folium example

* Updating and tried to fix the issue.

* Update examples/plotting_with_folium.ipynb

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

* Updated and made the suggested changes

* Delete ne_110m_admin_0_countries.zip
2019-05-20 17:05:06 +01:00