File: reference.rst

package info (click to toggle)
python-geopandas 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,848 kB
  • sloc: python: 26,022; makefile: 147; sh: 25
file content (20 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (2)
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>