Skip to content

R function for Pixscape software (Sahraoui et al., 2016)

Notifications You must be signed in to change notification settings

CKerouanton/pixscapeR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

pixscapeR

Overview

For their article , Sahraoui et al. (2016) developped a java software for landscape visibility analysis : Pixscape .
The .jar is available here with a user manual.
pixscapeR is a simple function in R, in order to use Pixscape viewshed application.

Application

  1. Install Pixscape .jar in your R data folder
  2. Create a project in the software Pixscape, following their user manual recommendations
  3. In this project, create dtm raster and dts raster
  4. You are ready to use the R function.

pixscapeR

Inputs

x = observer longitude (in meters)
y = observer latitude (in meters)

zeye = observer height (in meters)
zdest = observed height (in meters)

Output

The output is a raster file with the different zones the observer can observe from x,y.

Reference

Sahraoui, Y., Vuidel, G., Foltête, J. C., & Joly, D. (2016). PixScape–un outil logiciel intégré pour l’analyse du paysage visible. Cybergeo: European Journal of Geography.

About

R function for Pixscape software (Sahraoui et al., 2016)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages