read_kml_file: Extract date and coordinate information from Google Maps...

View source: R/read_kml_file.R

read_kml_fileR Documentation

Extract date and coordinate information from Google Maps kml file

Description

Extract date and coordinate information from Google Maps kml file

Usage

read_kml_file(filename)

Arguments

filename

(char) filename/path of the kml file

Value

data.frame with columns datetime, x (numeric), y (numeric)

See Also

Other download_functions: download_knmi_data_hour(), download_zenodo(), extract_soil_map_data(), read_kmi_data(), read_knmi_data(), read_mow_data()

Examples

## Not run: 
df <- read_kml_file("BE1002.kml")

## End(Not run)

inbo/inborutils documentation built on Nov. 23, 2023, 4:42 a.m.