Skip to content

kevanwee/hawkshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hawkshot

Project Overview

(work in progress) This project provides tools for analysing line-of-sight visibility (viewshed analysis) between two points using Digital Elevation Model (DEM) data. It helps determine whether a target is visible from an observer's position while accounting for terrain elevations and Earth's curvature over long distances.

Installation

Before using the code, you'll need to install the required dependencies:

conda install -c conda-forge gdal
pip install numpy matplotlib pyproj

Usage

To utilise the script you will need a DTED (generally in a format like .dt2) and 2 coordinates with their respective height levels.

As this script is currently still under testing, you will need to manually change the values in the script.

About

dem viewshed (line-of-sight) analysis tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages