Giter Club home page Giter Club logo

sgatclone's Introduction

Solar/Satellite Geolocation for Animal Tracking

SGAT (pronounced "tags backwards") provides facilities for estimating broadscale animal motions from archival or satellite tag data.

Installing

The package is easily built with RStudio

  1. Install R

  2. Install RStudio

  3. Install Rtools or equivalent for your platform

  4. Install devtools and roxygen2 packages and dependencies in R

  5. Install geosphere, GeoLight, sp, raster, maptools packages and dependencies.

  6. Clone the repository from GitHub (https://github.com/SWotherspoon/SGAT).

  7. Create an Rstudio project in the folder containing this README file.

  8. In the build tab, choose More/Configure Build Tools... and click Generate documentation with Roxygen, select Configure and choose to generate Rd files and the NAMESPACE file, leaving the other options as they are.

  9. Choose More/Roxygenize from the Build tab

  10. Choose Build & Reload to make the package immediately available to R, or choose More/Build source package More/Build binary package from the Build tab to make source or binary packages.

TODO

  • Alternate Coordinates. The Metropolis sampler may be more efficient if locations are represented in geocentric ecliptic coordinates. But it is unclear whether the gains in efficiency due to higher acceptance rates would outweigh the costs of the coordinate transformation and the added code complexity. This is a low priority.

  • Parallelisation. At this point, the Metropolis samplers are only capable of utilizing a single core on a multicore machine. It would be relatively simple to introduce coarse grain parallelism by having the samplers draw multiple chains in parallel, using something like the multicore facility in the parallel package. Unfortunately, at the time of writing there does not seem to be a good parallization solution that works equally well on all platforms. This is a low priority.

sgatclone's People

Contributors

mdsumner avatar

Watchers

James Cloos avatar Melinda Conners 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.