LuiseMW / uavRst

UAV related Remote Sensing Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status GitHub last commit License

Unmanned Aerial Vehicle Remote Sensing Tools

The uavR "twins" consist of two packages:

  • mission planning uavRmp (already on CRAN)
  • remote sensing toolbox uavRst

Mission Planning - uavRmp

The uavRmp package provides functions for rtf-UAV based autonomous mission planning. In the first place it is a simple and open source planning tool to plan autonomous terrainfollowing monitoring flights of low budget drones based on R. It provides an easy workflow for survey planning including battery-dependent task splitting, obstacle avoiding departures, and approaches of each monitoring chunks or spatial position.

Unmanned Aerial Vehicle Remote Sensing Toolbox - uavRst

The uavRstanalysis toolbox package is far from being mature. You will need for most of the uavRst functions a bunch of third party software. The most comfortable way to fulfill these requirements is to install QGIS, GRASS- and SAGA-GIS. Following the excellent provided by the RQGIS team will give you a good first try to ensure a smooth working environment.

Most of the LiDAR related operations can be done by the great R package lidR. However for some of the basic point cloud related operations you will need to install the LAStool software. The LAStools toolset is available at the rapidlasso homepage. Please download it and unzip it as usual. For Windows systems it is by default expected that you put it at C:/LASTools, running Linux at ~/apps/LASTools.

Note: For running LAStools tools under Linux you first need to install wine.

In addition you need to install the link2GI package. In case of any problems drop an issue or try to use the actual github hosted version of the package.

Nevertheless all mentioned software packages have to be installed correctly on your the OS. Most of it tested under Windows and Linux and should run... The most easiest way to obtain a fairly good runtime enviroment is to setup Linux as a dual boot system or in a VB.

A full list of necessary libaries and binaries beyond R will hopefully (soon) be provided.

Wiki

You will find some tutorials and examples at the uavRst Wiki. Please feel free to participate.

CRAN

The CRAN checks are passing - so it is only a question of documentation and time until it will be submitted... however it runs fine for now ...

To install from github you need to have installed the devtools package.

devtools::install_github("gisma/uavRst", ref = "master")

About

UAV related Remote Sensing Toolbox

License:GNU General Public License v3.0


Languages

Language:R 68.0%Language:JavaScript 23.9%Language:CSS 4.9%Language:C++ 3.3%