mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-20 12:50:47 +08:00
40 lines
730 B
ReStructuredText
40 lines
730 B
ReStructuredText
Installation
|
|
============
|
|
|
|
GeoPandas is pre-alpha software. Please install the latest source
|
|
from `GitHub`_ and use the setup script::
|
|
|
|
python setup.py install
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
- `numpy`_
|
|
- `pandas`_
|
|
- `shapely`_
|
|
- `fiona`_
|
|
- `descartes`_
|
|
- `matplotlib`_
|
|
|
|
Testing
|
|
-------
|
|
|
|
To run the current set of tests from the source directory, run::
|
|
|
|
nosetests -v
|
|
|
|
from a command line.
|
|
|
|
.. _GitHub: https://github.com/kjordahl/geopandas
|
|
.. _numpy: http://www.numpy.org
|
|
.. _pandas: http://pandas.pydata.org
|
|
.. _shapely: http://toblerity.github.io/shapely
|
|
.. _fiona: http://toblerity.github.io/fiona
|
|
.. _Descartes: https://pypi.python.org/pypi/descartes
|
|
.. _matplotlib: http://matplotlib.org
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|