From e621aab16da3b476234db7f17745db699669199c Mon Sep 17 00:00:00 2001 From: a-leenman <73557569+a-leenman@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:13:31 -0700 Subject: [PATCH] Update readme.md Minor edits --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 35c2cad..c635f04 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Data processing code for my PhD -This repository contains the basic data processing code I developed for my PhD. It takes the data from its raw form (point clouds and RGB orthomosaics) and computes useable products such as DEMs and channel maps, as well as measurements of change in these data products. +This repository contains the basic data processing code I developed for my PhD. It takes the data from its raw form (point clouds and RGB orthomosaics) and computes useable products (DEMs and channel maps), as well as measurements of change in these data products. I was learning to code in R when I wrote these scripts and they are very messy... sorry. Email me at anyaleenman [at] gmail [dot] com if you have any questions.