Commit Graph
88 Commits
Author SHA1 Message Date
Sergio Rey a441237ae1 DOC: update mapclassify url and tooling for dash/zeal docs (#1090) 2019-08-14 09:37:49 +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
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 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 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
James McBride fa27b57b7b DOC: remove broken link in projections 2018-06-14 23:11:29 -07:00
balmandhunter f03781cc02 BUG: fix incorrect parameters in translate (#723) 2018-05-12 21:49:05 -07: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
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
Edward Betts 74fa1368a3 Correct spelling mistakes. (#615) 2017-11-20 15:56:48 +01:00
Chris Holdgraf 1da8f6279c DOC: add sphinx gallery for examples (#463) 2017-11-19 23:54:05 +01:00
Andrew Feierman 55d59ee7d5 DOC: Update geocoding.rst (#555) 2017-09-21 17:06:24 +02:00
Geir Arne Hjelle 597dfcf597 DOC: Improve API reference docs (#534)
* Add autodoc to sphinx configuration

* Add support for numpy docstring to sphinx configuration

* Use autodoc for reference documentation, reading documentation from docstrings

* Improve docstrings of properties and methods listed in Reference documentation

* Pass through kwargs for GeoSeries.buffer (#535)

* Fix choropleth typo in doc (#542)

* Remove warnings from numpydoc when generating docs

* Add autodoc to sphinx configuration

* Add support for numpy docstring to sphinx configuration

* Use autodoc for reference documentation, reading documentation from docstrings

* Improve docstrings of properties and methods listed in Reference documentation

* Remove warnings from numpydoc when generating docs

* Add GeoSeries-subsection for consistency

* Consistently only add parameters for functions passing through args/kwargs

* Clarify how contains and within are inverses of each other

* remove plot signature in reference
2017-09-15 18:57:40 +02:00
Robert Gieseke a43d166561 Add basic support for remote resources to read_file (#531)
* Add basic support for remote resources to `read_file`

Tested with GeoJSON files.

* TST: Use GeoJSON file from GeoPandas repo

* Switch to numpydoc style

* Fix syntax in docs

* Formatting and rename test marker
2017-09-13 21:12:49 -07:00
Tim Tröndle 7101fc9a8a Fix choropleth typo in doc (#542) 2017-09-06 21:54:49 -07:00
James McBride e49532e670 DOC: Update copyright date range in sphinx docs (#520) 2017-08-28 19:53:05 -07:00
Joris Van den Bossche 06650d5839 DOC: make figures a bit larger in the docs (#518)
* DOC: make figures a bit larger in the docs

* update some plot styles in docs to look nicer with new defaults
2017-08-28 23:23:02 +02:00
James McBride 55d2d47d53 ENH: add cx indexer to GeoDataFrame (#471) (#482)
* Add coordinate indexing method cx to geodataframes

Add a few basic tests that it works on a geodataframe as it does for a
geoseries.

* Add docs on indexing, including slicing with cx

* Use consistent assert in gdf coord slice test

* Move _CoordinateIndexer to base module

With both geoseries and geodataframe modules using the class, base.py is
a better place to define the _CoordinateIndexer class.

Also add docs to the _CoordinateIndexer class.
2017-08-10 09:47:47 +02:00
Joris Van den Bossche e2722f36a5 DOC/TST: use datasets.get_path('nybb') in docs and tests (#480) 2017-08-09 09:38:23 +02:00
Joris Van den Bossche ab0f1d2777 TST: switch remaining nose to pytest (#380) 2017-01-05 09:31:49 +01:00
Kelsey Jordahl 24bc3dc3a7 Update copyright in docs 2016-06-10 11:33:59 -07:00
Joris Van den Bossche 04e450634d DOC: remove hardcoded version (leftover after #331) 2016-06-08 15:13:12 +02:00
Joris Van den Bossche 6bda8e187f DOC: add overview of overlay methods (#337) 2016-06-08 14:24:16 +02:00
Nick Eubank dc4b548696 final doc updates (#328) 2016-05-31 16:56:17 +02:00
Joris Van den Bossche 320b75d185 DOC: update minimum pandas version in install docs (#319) 2016-05-20 01:06:12 +02:00
Joris Van den Bossche 82dd425e17 DOC: loading example datasets with new method (#321)
* API: provide datasets submodule in top-level namespace

* DOC: loading example datasets with new method
2016-05-20 01:05:45 +02:00