knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

dopcalc

Travis-CI Build Status Coverage Status Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

The goal of dopcalc is to forecast or hindcast GPS satellite constellations and associated positioning precision metrics for arbitrary locations. Use cases include GPS mission planning, i.e. determining times of good GPS coverage at a survey location, or post-hoc precision estimation for GPS data that lacks signal quality information.

The initially targeted use-case is focussed on seabirds at sea, so horizon shading by terrain or the built environment is currently not considered. r #(but see library(horizon) and/or GRASS modules r.horizon and r.obstruction for possible solutions to this. Neither appears to allow for flight height, though)

Calculations are based on GPS almanac data. Optional automatic downloads of the required almanac files from the US Coast Guard Navigation Center when necessary are part of the planned functionality.

The R package draws on previous work by others, in particular [Master's thesis]

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


pboesu/dopcalc documentation built on May 4, 2019, 9:51 a.m.