Creating camera trap site locations and saving in GPX format in R

Поділитися
Вставка

КОМЕНТАРІ • 1

  • @RJG_Ecology
    @RJG_Ecology  Рік тому

    Edit: I have updated the code after working with the sf devs. The code to use sf functionality and maintain gpx names (at the end) is:
    write_sf(pts.sys.ll, "cam_locations.gpx", driver = "GPX",
    dataset_options = "GPX_USE_EXTENSIONS=YES")