https://github.com/ctmm-initiative/ctmmearth
ctmm tools for Google Earth
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
ctmm tools for Google Earth
Basic Info
- Host: GitHub
- Owner: ctmm-initiative
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 43.9 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ctmmEarth Description
as.kml will generate a kml file from a tracking dataset and a movement model fitted to that dataset’s animals. This kml file can then be used within Google Earth Pro to record a tour, outputting an animation that will follow the animal along its path. Uncertainty estimations can be made in the form of simulations and error circles.
Usage
as.kml(animals = list(Cillia), CTMM = list (CilliaModel) tour = ( duration = 60, cameramode = FollowAbove) kmlsimulation = (TRUE, simulationicons = TRUE, numsimulations = 10))
Arguments
DATA = Telemetry object containing the animals.
CTMM = Movement model fitted to each animal, listed in the same order as Animals provided.
all_tour = Optional argument to generate an overhead tour with all animals moving
duration = How long the tour lasts
num_simulations = How many simulated paths are generated
animal_icon = Whether an animal icon is created or not
error_circle = Whether an error circle is created or not
simulation_icons = Optional argument to generate icons on the simulated paths.
camera_mode = Enter one of the following as such "pov"
pov = Camera mode that will attempt to simulate the point of view of an animal.
manual = Camera mode where the user will position a still view for the animation to be played from.
follow = Camera mode where an overhead view will be generated following an animals path
allcameramode =
central = Camera mode that will attempt center the camera to which all animals will be in view when the tour is played.
manual = Camera mode where the user will position a still view for the animation to be played from.
color_sim = Color for the simulation generated
iconsize = How large icons generated are if they are generated
icon_image = Link to the icon image desired. By default, will be googles red icon.
color_icon = Color for the icon generate
color_pred = color for the predicted path
sequencetime = Sequence time used for the simulations
opacity = opacity of the icons
circlepoints = How many points are generated in the error circle
confidence = 2d confidence value given to the error circle
path_altitude = Altitude of the generated paths
cam_altitude = Altitude of the camera
heading = where the camera is pointed
tilt = the tilt of the camera
range = the distance of the camera
filename = name of the output file
Coords = Optional argument to specify if column names deviate from the format longitude, latitude, timestamp.
Details
A movement model must be provided that fits each animal in the dataset and is ordered appropriately (CTMM = list(x,y,z) and animals = list(x,y,z)). After the kml file is generated, color, icon size, and certain placemarks' visibility can be changed within Google Earth Pro.
Value
as.kml outputs a kml file containing the animation to the users working directory
as.kml will return a message after each animal animation is written into the kml.
Owner
- Name: Continuous-Time Movement Modeling (CTMM) Initiative
- Login: ctmm-initiative
- Kind: organization
- Email: flemingc@si.edu
- Website: http://biology.umd.edu/movement.html
- Repositories: 2
- Profile: https://github.com/ctmm-initiative
ctmm is an R package for analyzing animal tracking data as a continuous-time stochastic process
GitHub Events
Total
- Watch event: 1
- Member event: 1
- Push event: 7
- Fork event: 1
- Create event: 2
Last Year
- Watch event: 1
- Member event: 1
- Push event: 7
- Fork event: 1
- Create event: 2