GithubHelp home page GithubHelp logo

j-cleeland / foiegras Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ianjonsen/animotum

0.0 0.0 0.0 2.06 MB

get your location ducks all lined up by fitting continuous-time movement models to Least Squares- or Kalman Filter-derived Argos location data

R 88.67% C++ 11.33%

foiegras's Introduction

foieGras

get your location ducks all lined up by fitting continuous-time movement models to Least Squares- and/or Kalman Filter-derived Argos location data

Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed. Coverage status CRAN_Status_Badge CRAN_Downloads CRAN_Downloads DOI

master branch:
Build Status

foieGras - fit Continuous-Time Random Walk and Correlated Random Walk state-space models to filter Argos Least Squares or Kalman Filter location data.

foieGras is an R package that fits a continuous-time model (RW or CRW) in state-space form to filter Argos satellite location data. Template Model Builder (TMB) is used for fast estimation. The Argos data can be either (older) Least Squares-based locations, (newer) Kalman Filter-based locations with error ellipse information, or a mixture of the two. The model estimates two sets of location states: 1) corresponding to each observation, which are usually irregularly timed (fitted states); and 2) corresponding to (usually) regular time intervals specified by the user (predicted states). Locations are returned as both LongLat and on the Mercator projection (units=km).

Help

Read ?fit_ssm for details and an example of how to use the package or read the vignette in your web-browser for extended details:

browseVignettes(package = "foieGras")

Installation

First, ensure you have R version >= 3.5.2 installed:

R.Version()

From CRAN

foieGras is on CRAN and can be downloaded within R, e.g., install.packages("foieGras") or, more completely: install.packages("foieGras", depedencies = c("Imports","LinkingTo","Suggests"))

From GitHub (source)

On PC's running Windows, ensure you have installed Rtools

On Mac's, ensure you have installed Xcode and Xcode developer tools. If installation is needed, make sure you start Xcode after install to ensure final setup of developer tools is completed. Both Xcode and Xcode developer tools can be installed from the Mac App Store

To get the very latest foieGras stable version, you can install from GitHub:

remotes::install_github("ianjonsen/foieGras", dependencies = c("Imports","LinkingTo","Suggests"))

Note: there can be issues getting compilers to work properly, especially on a Mac with OS X 10.13.x or higher. If you encounter install and compile issues, I recommend you consult the excellent information on the glmmTMB GitHub.

foiegras's People

Contributors

ianjonsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.