:Author: Marie-Dominique Van Damme
:Version: 1.0
:License: --
:Date: 05/06/2026
Installation
=============
**footprint2graph** is supported on Python versions 3.10+.
Dependencies
^^^^^^^^^^^^^
**footprint2graph** depends on the following Python packages (installed automatically with the library):
* `tracklib `_ : a GPS trajectory processing library used for filtering, resampling, summarization, selection, generalization, map matching and trajectory aggregation.
* `matplotlib `_ - Used for colormaps and 2D plotting.
* osgeo : gdal, ogr, osr (pour la partie vectorisation)
* Shapely (centerline et smooth)
* Fiona, Rasterio pour charger des données (SHP et TIF).
Install standard release
^^^^^^^^^^^^^^^^^^^^^^^^^
Users can install footprint2graph from PyPI using the pip package manager (`PyPI `_). To install the latest stable release, run:
.. code-block:: bash
pip install footprint2graph
Install as an editable library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*Coming soon*
.. Obtain the source code
.. """""""""""""""""""""""