From 9331c86a0b466cb507c2e5fbb277449ee5b68e85 Mon Sep 17 00:00:00 2001 From: John Clary Date: Thu, 30 Apr 2020 12:42:14 -0500 Subject: [PATCH] Update References to Austin's MDS Repos Update `README.md` to reflect the City of Austin's latest MDS ETL library. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c7eee57..10c0c1da 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,7 @@ Some examples of how cities are using MDS in practice: ### City of Austin * [`transportation-dockless-dataviz`](https://github.com/cityofaustin/transportation-dockless-dataviz) - A hexbin origin/destintation web map of dockless trips using jQuery & Mapbox GL JS. See [http://dockless.austintexas.io/](http://dockless.austintexas.io/). * [`transportation-dockless-api`](https://github.com/cityofaustin/transportation-dockless-api) - Python Sanic-based API that provides an interface for retrieving anonymized and aggregated trip data. This API supplies data to our interactive [Dockless Mobility Explorer](https://dockless.austintexas.io). The source database for the API is our [Dockless Vehicle Trips](https://data.austintexas.gov/Transportation-and-Mobility/Dockless-Vehicle-Trips/7d8e-dm7r) dataset. -* [`transportation-dockless-processing`](https://github.com/cityofaustin/transportation-dockless-processing) - Python scripts for dockless mobility data ETL. -* [`mds-provider-client`](https://github.com/cityofaustin/mds-provider-client) - A forked Python client from [`CityofSantaMonica/mds-provider`](https://github.com/cityofsantamonica/mds-provider). +* [`atd-mds`](https://github.com/cityofaustin/atd-mds) An MDS provider client and ETL framework. ### Others