mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-18 12:30:35 +08:00
21 lines
631 B
ReStructuredText
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>
|
|
|