From 4dc56f6c821e671d0b10d14a87e09916381cf541 Mon Sep 17 00:00:00 2001 From: pkerins <30242393+pkerins@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:39:22 -0500 Subject: [PATCH] minor corrections and links --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1d162..55ff774 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ Several parts of the workflow utilize the `descarteslabs` package for imagery re ## Workflow ### 1. Prepare Atlas of Urban Expansion files (executed in QGIS) -- Step-by-step instructions -- Helper PyQGIS scripts +- Step-by-step [instructions](aue-preprocessing/aue-preprocessing_instructions.docx) (Word document) +- Helper [PyQGIS scripts](aue-preprocessing) +- Note that preprocessing instructions and scripts are written for QGIS 2.x (2.18.13 recommended), and may not work with QGIS 3.x. - For a given city in the AUE, create the critical geospatial file that contains all essential LULC information. Ingest and integrate the information encoded across a number of separate AUE files into a single, unified geojson archive, using a combination of manual interaction and scripted processing routines. ### 2. Create ground-truth by rasterizing AUE vector data - Notebook [core_prepare-ground-truth.ipynb](notebooks/core_prepare-ground-truth.ipynb)