Skip to content

Algorithms for registering different types of geospatial data, with a focus on forestry applications

License

Notifications You must be signed in to change notification settings

open-forest-observatory/geospatial-data-registration-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geospatial Data Registration Toolkit

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 theopencv and sitk libraries.

Install

To set up this project you can run the following commands. This assumes anaconda and poetry are installed.

conda create -n GDRT python=3.10 -y
conda activate GDRT
poetry install

Examples

Example data can be found in this folder. The contents should be downloaded and placed in the data folder. The two notebooks in dev can be run using this data.

About

Algorithms for registering different types of geospatial data, with a focus on forestry applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published