From 284314b0a55fcf2500e1244da1621af4e08735b7 Mon Sep 17 00:00:00 2001 From: Henry Martin <31069329+henrymartin1@users.noreply.github.com> Date: Thu, 25 Mar 2021 12:03:09 +0100 Subject: [PATCH] Add trackintel library to readme I added the trackintel library into the description: [https://github.com/mie-lab/trackintel](https://github.com/mie-lab/trackintel) trackintel is a library for the analysis of spatio-temporal tracking data with a focus on human mobility. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cb2cf9..e6b562f 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [Rasterio](https://github.com/mapbox/rasterio) - Rasterio employs GDAL under the hood for file I/O and raster formatting. * [Fiona](https://fiona.readthedocs.io/en/latest/) - For making it easy to read/write geospatial data formats. * [GeoPandas](https://github.com/geopandas/geopandas) - Python tools for geographic data. +* [trackintel](https://github.com/mie-lab/trackintel) - A GeoPandas extension for tracking data * [networkx](http://networkx.github.io/) - To work with networks. * [Shapely](https://pypi.python.org/pypi/Shapely) - Manipulation and analysis of geometric objects in the Cartesian plane. * [PySAL](http://pysal.readthedocs.io/en/latest/) - For all your spatial econometrics needs.