1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.. _reference:
API reference
=============
The API reference provides an overview of all public objects, functions and methods implemented in GeoPandas. All classes and function exposed in ``geopandas.*`` namespace plus those listed in the reference are public.
.. warning::
The ``geopandas.array`` and ``geopandas.base`` modules are private. Stable functionality in such modules is not guaranteed.
.. toctree::
:maxdepth: 2
GeoSeries <reference/geoseries>
GeoDataFrame <reference/geodataframe>
Input/output <reference/io>
Tools <reference/tools>
Spatial index <reference/sindex>
Testing <reference/testing>
|