Files
geopandas/doc/source/docs/reference.rst
T

21 lines
631 B
ReStructuredText

.. _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>