From f55ce63d84f3f46c0a05c7a0238fe9a90e2d934a Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 18 Mar 2022 10:49:41 +0000 Subject: [PATCH] add drop_outside_limit to instructions --- etl/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etl/README.md b/etl/README.md index 5b4cbe34..49611071 100644 --- a/etl/README.md +++ b/etl/README.md @@ -128,6 +128,15 @@ Run the remaining migrations in `../migrations` to create the rest of the databa ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration; do psql < $migration; done; ``` +TODO: Drop outside limit. + + + +```bash +./drop_outside_limit.sh ./path/to/boundary_file +```` + + # [WIP] Updating the Colouring London database with new OS data TODO: this section should instruct how to update and existing db \ No newline at end of file