kml fileR/read_kml_file.R
read_kml_file.RdExtract date and coordinate information from Google Maps kml file
read_kml_file(filename)(char) filename/path of the kml file
data.frame with columns datetime, x (numeric), y (numeric)
Other download_functions:
download_knmi_data_hour(),
download_zenodo(),
extract_soil_map_data(),
read_kmi_data(),
read_knmi_data(),
read_mow_data()
if (FALSE) {
df <- read_kml_file("BE1002.kml")
}