Skip to content

Commit 1154281

Browse files
authored
Update README.md
1 parent c2a6170 commit 1154281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Geospatial Data Registration Toolkit
2-
The goal of this work is to register geospatial data (ex. orthomosaics or digital terrain models). This tool relies on registration algorithms implemented in `opencv` and `sitk`.
2+
The goal of this work is to register geospatial data (ex. orthomosaics or digital terrain models) in a simple and robust way. This tool handles the pre-processing work to pre-process the geospatial data into a form that can be used by standard image registration algorithms. The backend algorithm can be swapped out, and we currently have several options from the`opencv` and `sitk` libraries.
33

44
# Install
55
To set up this project you can run the following commands. This assumes `anaconda` and `poetry` are installed.
@@ -9,5 +9,5 @@ conda activate GDRT
99
poetry install
1010
```
1111

12-
# Data
13-
Example data can be found in this [folder](https://ucdavis.box.com/v/GDRT-example-data). The contents should be downloaded and placed in the `data` folder.
12+
# Examples
13+
Example data can be found in this [folder](https://ucdavis.box.com/v/GDRT-example-data). The contents should be downloaded and placed in the `data` folder. The two notebooks in `dev` can be run using this data.

0 commit comments

Comments
 (0)