class CrystalGpx::Geotagger

Defined in:

crystal_gpx/geotagger.cr

Constant Summary

CONFIG_FILENAME = ".geotag.yml"
MATCH_EXTRAPOLATED = :extrapolated
MATCH_INTERPOLATED = :interpolated
MATCH_INTERPOLATED_WITH_SELECTED = :interpolated_with_selected
MATCH_NOT_FOUND = :not_found
MATCH_SELECTED = :selected

Constructors

Instance Method Summary

Constructor Detail

def self.new(default_point : CrystalGpx::Point | Nil = nil) #

[View source]

Instance Method Detail

def add_image(path : String) #

[View source]
def camera_offset : Int32 #

[View source]
def camera_offset=(camera_offset : Int32) #

[View source]
def extrapolate : Bool #

[View source]
def extrapolate=(extrapolate : Bool) #

[View source]
def load_config #

[View source]
def load_gpx(path : String) #

[View source]
def load_path(path : String) #

Search all files and load GPX and JPG/JPEGs


[View source]
def match #

[View source]
def save #

[View source]
def save_config #

[View source]