From d100f1299119a499dc5fa55c3db460df413aa590 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Mon, 4 Apr 2022 10:40:43 +0100 Subject: [PATCH] add coordinates step --- etl/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etl/README.md b/etl/README.md index 6bfdb016..88ec1ca1 100644 --- a/etl/README.md +++ b/etl/README.md @@ -168,3 +168,9 @@ Install the required python packages. ```bash pip install -r requirements.txt ``` + +Assign latitude and longitude to buildings with the downloaded OS Open TOID data. + +```bash +./load_coordinates.sh /path/to/opentoids_dir +```