is_geo: Check if Track Table Uses Geographic Coordinates

View source: R/utils.R

is_geoR Documentation

Check if Track Table Uses Geographic Coordinates

Description

Track tables produced by track_df can use a cartesian (x, y, z) or a geographic (latitude, longitude, altitude) coordinate system. This function helps determine which is being used in a particular table.

Usage

is_geo(x)

Arguments

x

A track data table as produced by track_df.

Value

A logical.

Author(s)

Simon Garnier, garnier@njit.edu

Examples

data(short_tracks)

is_geo(short_tracks)


trackdf documentation built on March 31, 2023, 5:47 p.m.