mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-17 12:20:25 +08:00
* 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.