From 1750841a0d742e6cc4692dfb16b7ed3571e00e91 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Thu, 16 Feb 2017 12:06:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e812526..d4a69d8 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ risk.py: Playing around with plots. salesforceDisableUsers.py: Bulk disable Salesforce users who are in Stage, but not in Prod. -speeds.py: Uses gpxpy, shapely, geopandas, numpy, and matplotlib to calculate the speed at each point along a GPS track and plots that speed on a map. +speeds.py: Uses pandas, numpy, gtfstk, shapely, matplotlib, geopandas, and bottle to plot ![speeds.py example](https://raw.githubusercontent.com/davidbailey/py/master/speeds.png "speeds.py example") -speeds2.py: Uses pandas, numpy, gtfstk, shapely, matplotlib, geopandas, and bottle to plot +speeds2.py: Uses gpxpy, shapely, geopandas, numpy, and matplotlib to calculate the speed at each point along a GPS track and plots that speed on a map. ![speeds2.py example](https://raw.githubusercontent.com/davidbailey/py/master/speeds2.png "speeds2.py example")