mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-21 13:00:14 +08:00
59 lines
1.8 KiB
ReStructuredText
59 lines
1.8 KiB
ReStructuredText
GeoPandas |version|
|
|
===================
|
|
|
|
GeoPandas is an open source project to make working with geospatial
|
|
data in python easier. GeoPandas extends the datatypes used by
|
|
`pandas`_ to allow spatial operations on geometric types. Geometric
|
|
operations are performed by `shapely`_. Geopandas further depends on
|
|
`fiona`_ for file access and `matplotlib`_ for plotting.
|
|
|
|
.. _pandas: http://pandas.pydata.org
|
|
.. _shapely: https://shapely.readthedocs.io
|
|
.. _fiona: https://fiona.readthedocs.io
|
|
.. _matplotlib: http://matplotlib.org
|
|
|
|
Description
|
|
-----------
|
|
|
|
The goal of GeoPandas is to make working with geospatial data in
|
|
python easier. It combines the capabilities of pandas and shapely,
|
|
providing geospatial operations in pandas and a high-level interface
|
|
to multiple geometries to shapely. GeoPandas enables you to easily do
|
|
operations in python that would otherwise require a spatial database
|
|
such as PostGIS.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
Home <self>
|
|
About <about>
|
|
Getting started <getting_started>
|
|
Documentation <docs>
|
|
Community <community>
|
|
|
|
.. container:: button
|
|
|
|
:doc:`Getting started <getting_started>` :doc:`Documentation <docs>`
|
|
:doc:`About GeoPandas <about>` :doc:`Community <community>`
|
|
|
|
Useful links
|
|
------------
|
|
|
|
`Binary Installers (PyPI) <https://pypi.org/project/geopandas/>`_ | `Source Repository (GitHub) <https://github.com/geopandas/geopandas>`_ | `Issues & Ideas <https://github.com/geopandas/geopandas/issues>`_ | `Q&A Support <https://stackoverflow.com/questions/tagged/geopandas>`_
|
|
|
|
|
|
Supported by
|
|
------------
|
|
|
|
.. image:: https://numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png
|
|
:alt: numfocus
|
|
:width: 400
|
|
:target: https://numfocus.org
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|