From 99e07a2ee3bea67b11cb0a23190d8b32d5368ad5 Mon Sep 17 00:00:00 2001 From: Chao <30786839+waynechao128@users.noreply.github.com> Date: Tue, 1 Jun 2021 20:20:19 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a99c4be..d874b69 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Chao Wang1, Tamlin M. Pavelsky1, Fangfang Yao2,
7Department of Sociology and Carolina Population Center, University of North Carolina, Chapel Hill, NC, USA +We constructed a flood detection algorithm framework (Fig. 2) building on previous work by Atwood et al. (2012), including extraction of T3 coherency matrix elements, “Refined Lee Filter” speckle filtering, polarization orientation angle correction, polarimetric decomposition, radiometric terrain correction, radiometric normalization, and supervised classification. The basic processing flow and the auxiliary data sets used are illustrated in Fig. 2. The workflow includes three major components. The processing steps in the pink box were carried out using the European Space Agency (ESA) PolSARpro v6.2 software package (Pottier et al, 2009) through custom python batch scripts. The steps in the light yellow and light blue boxes were implemented in the Google Earth Engine (GEE) platform using the python (v3.7.3) API (v0.1.200) because it provides online cloud computing tools and a flexible interactive development environment, facilitating easy sharing and reproducibility (Gorelick et al. 2017). These steps include radiometric terrain correction, radiometric normalization, and supervised classification modules. + +This project have two components: +The proposed framework for flood inundation mapping from UAVSAR imagery +1) local processing +2) Classification + + # Python Instructions For this pipeline to work you will need to have a Google Earth Engine configured python installation ready to go. Explaining exactly how to do this is beyond the scope of this package but Google provides detailed installation instructions [here](https://developers.google.com/earth-engine/python_install).