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:

pip install footprint2graph

Install as an editable library#

Coming soon