Joris Van den Bossche
a7bb54a163
ENH: Show less coordinate decimals in Series repr of geometries ( #1057 )
2019-09-27 08:32:42 +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
Leah Wasser
b71ab0bf3a
DOC: Update Contributing Guidelines ( #1127 )
2019-09-18 09:09:48 +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
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
Martin Fleischmann and Joris 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
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
c2ffea383b
DOC/RTD: update readthedocs environment ( #1083 )
2019-08-06 13:52:21 +02:00
Archana Alva and Martin 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
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
Martin Fleischmann
53536e8a2e
DOC: updated year in copyright
2019-04-27 20:29:06 +01:00
James McBride
0d05a12140
Switch geocoding default to geocodefarm ( #975 )
...
I started off this way in #907 , then switched to nominatim, but our
current usage appears to be a violation of the nominatim terms of
service. Geocodefarm doesn't seem perfect, but given my reading of their
terms of service, I think using it in our examples in docs is okay.
2019-04-25 10:00:19 +02:00
Joris Van den Bossche
960b40239d
DOC/BLD: update geoplot version in readthedocs environment ( #984 )
2019-04-23 12:46:03 +02:00
Joris Van den Bossche
8595c85c3a
DOC: add different communication channels to README/docs ( #977 )
2019-04-19 15:49:01 +02:00
Joris Van den Bossche
c16922f87d
DOC: set pandas display options to ensure non-truncated output ( #976 )
2019-04-19 09:46:01 +02:00
Brian Lewis
08ad2bfea1
Fix broken links to Shapely and Fiona docs ( #954 )
2019-03-31 20:55:33 -07:00
Joris Van den Bossche
44b52a17f3
DOC: pin versions in readthedocs environment.yml file ( #932 )
2019-03-05 23:50:51 +01:00
Joris Van den Bossche
6e49375606
DOC: rework installation docs ( #926 )
2019-03-05 21:53:06 +01:00
Philipp Kats
ca3216ece5
DOC: update fiona / shapely links ( #919 )
2019-02-14 20:24:18 +00:00
Justin Shenk
6e6843e195
Fix readme doc formatting ( #917 )
2019-02-11 13:18:15 +00:00
James McBride
cc1ac11e8d
Set geocodefarm as default geocoding service ( #907 )
...
Set nominatim as default geocoding service
2019-02-03 14:53:08 -08:00
Martin Fleischmann
0d2d5206ee
added examples ( #909 )
2019-01-31 22:14:47 -08:00
Raphael Delhome
c6b32ce375
Consider a new plotting artist for improving colormap legends ( #894 )
...
* Consider a new plotting artist for improving colormap legends
* test: add a unit test for verifying legend height
* plotting: manage 'cax' argument without 'ax' one
* test: add a missing 'abs(.)' function to cax height test
* doc: complete 'mapping.rst' with details about the choropleth legends
* Update mapping.rst
Make explanation of colorbar example more concise
2019-01-30 20:49:12 -08:00
James McBride
2ac0f97385
DOC: Add geoplot example back to doc ( #892 )
...
Docs were failing because expected failure was unexpectedly not failing.
:)
Also minor changes to postgis doc in order to quiet warning.
2019-01-05 14:06:45 -08:00
Joris Van den Bossche
c2c5f9dd25
DOC: temp allow failure in geoplot example gallary ( #889 )
2019-01-02 09:48:37 +01:00
James McBride
323cccc532
Use geocodefarm rather than google for example ( #888 )
...
The request to google is frequently (always?) failing in the past few
months, so use geocodefarm instead for the example of how to use
geocoding in geopandas.
2019-01-01 21:54:36 -08:00
Martin Fleischmann
c8abcb4bef
Access to all mapclassify schemes including keywords ( #235 , #357 ) ( #876 )
...
* access to all mapclassify schemes including keywords (#235 , #357 )
* test for classificaition_kwds
* scheme docstring to get rid of selection of schemes
* Explicit list of possible schemes in docstring
* New classification schemes in docs (and changed PySAL to mapclassify)
* import all mapclassify clasifiers instead passing them explicitly
* inspect compatible with python 2
* fix getargspec for python 2.7
* minor update of docs
2018-12-18 22:05:48 -08:00
Joris Van den Bossche
bf7ba2f6a2
DOC: continue doc build on warnings/errors in examples ( #873 )
2018-12-08 21:15:13 +01:00
Geir Arne Hjelle
85778d14a0
DOC: Remove warnings when building docs ( #814 )
2018-09-01 16:33:55 +02:00
Leah Wasser
b2dd9f28e9
DOC updating spatial merge docs with argument details ( #733 )
2018-08-16 15:37:45 +02:00
Simon Andersson
e69e1e12c6
DOC: Corrected Mapping Tools scheme options ( #783 )
2018-07-24 15:17:09 +02:00
James McBride
394c06a56c
DOC: update copyright date range
2018-07-15 21:50:33 -07:00
Joris Van den Bossche
3a46346909
DOC: update install instructions ( #778 )
2018-07-15 22:12:21 -05:00
Joris Van den Bossche
fbe743f313
DOC: change imports to use geopandas ( #774 )
2018-07-15 18:18:55 -05:00
Joris Van den Bossche
73d8bf6124
DOC: update doc sidebar + remove about ( #773 )
2018-07-15 18:07:19 -05:00
Joris Van den Bossche
292a38d191
DOC: add geoplot to doc environment ( #775 )
2018-07-15 15:30:17 -05:00
James McBride
fa27b57b7b
DOC: remove broken link in projections
2018-06-14 23:11:29 -07:00
Joris Van den Bossche
098a78bb4e
DOC: use conda forge for doc dependencies
2018-05-30 22:24:40 +02:00
balmandhunter
f03781cc02
BUG: fix incorrect parameters in translate ( #723 )
2018-05-12 21:49:05 -07:00
Joris Van den Bossche
766b9fcda5
DOC: add example to add basemap with contextily ( #717 )
...
* DOC: add example to add basemap with contextily
* add contextily to readthedocs environment
2018-05-09 10:34:43 +02:00
Ramiro Gómez
d3df5eb950
Adjust the scheme option docs to reflect the source code ( #693 )
...
I noticed some differences between the docs and the source code. By default scheme is ``None`` and ``equal_interval`` mustn't end with an s otherwise an exception is raised. I also changed the link because the current URL resolves to a 404 error.
2018-03-19 22:05:07 +01:00
Joris Van den Bossche
78e74f2689
DOC: fix readthedocs problems with conda ( #641 )
2018-01-16 18:27:59 +01:00
James McBride
e36f827e33
DOC: Rely on conda for sphinx-gallery
2018-01-14 19:51:32 -08:00
Joris Van den Bossche
f38c6c1609
DOC/BLD: correct environment.yml file syntax
2017-11-24 09:29:41 +01:00
James McBride
80268d2ed1
DOC: Add minimal geocoding example for docs ( #614 )
...
Shows the location of borough centers accessed through Google geocoding
API, along with the boundaries in the shapefile included in geopandas.
2017-11-21 13:32:38 +01:00