Blog om campertur i Canada

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-06-23 13:37:09 +02:00
parent dac6fd2a5a
commit 4abe8b825c
10 changed files with 103450 additions and 0 deletions

View file

@ -2,8 +2,111 @@
title: Canada i camper title: Canada i camper
date: 2023-06-22 date: 2023-06-22
description: Lidt om vores campertur. description: Lidt om vores campertur.
author: Andreas
image: "images/canada_map.png"
categories: categories:
- Canada - Canada
- Rejse - Rejse
- Børn - Børn
- R
--- ---
# Kode
```{r}
#| code-summary: Kode til oversigtskort
# Original export from plotting in OsmAnd on phone
# bookmarks <- gpx::read_gpx(file = "data/favorites_canada_2023.gpx")
# Udtræk til .csv, herefter manuelt tilpasset, sorteret og tilføjet yderligere data.
# write.csv(bookmarks$waypoints,"data/camper_points.csv")
library(dplyr)
camper <- read.csv("data/camper_points.csv",)[-1] |> arrange(Order)
# Alternative source from RVParky export
# RVParky er fed, men fornyligt er det blevet en betalingstjeneste. Hvorfor er den ikke integreret i OSM?
# vnc <- gpx::read_gpx(file = "data/vancouver-trip.gpx")
## Iconer
matching <- c(car="images/key.png",
bed="images/rv.png",
house="images/house.png")
library(leaflet)
icons_list <- icons(
iconUrl = matching[match(camper$Icon,names(matching))],
iconWidth = c(40),
iconHeight = c(40)
)
## Så er det tid til at bruge Open Street Routing Machine
library(osrm)
# osrmTable(loc = camper |> transmute(lon=Longitude,lat=Latitude))
trips <- osrmTrip(loc = camper |> transmute(lon=Longitude,lat=Latitude), overview = "full",
osrm.profile = "car")
trip <- trips[[1]]$trip
# There exists a lua filter for truck, put I can't figure how to implement.
# I suppose I would have to run a local OSRM instance...
## HTML labels til kortet
invisible(Sys.setlocale("LC_TIME", "da_DK"))
content <- paste0(
ifelse(substr(camper$Description,1,4)!="http"|is.na(camper$Description),paste0("<br/>",camper$Name),paste0("<b><a href='",camper$Description,"'>",camper$Name,"</a></b>")),
"<br/>",paste("Ankomst:",tolower(format(as.Date(camper$Arrival),"%d. %B"))),
"<br/>",paste("Nætter:",camper$Nights),
"<br/>",paste("Tid til næste:",round(trips[[1]]$trip$duration,1),"min"),
"<br/>",paste("Afstand til næste:",round(trips[[1]]$trip$distance,1),"km"),
ifelse(camper$Notes!="",paste0("<br/>",paste("Noter:",camper$Notes)),"")
)
## Interaktivt kort med `leaflet`
map <- leaflet(trip) %>%
addTiles(group = "OSM (standard)") %>%
addProviderTiles(providers$OpenTopoMap,
group = "Topografisk") %>%
# addProviderTiles(providers$HERE.satelliteDay,
# group = "Satelit") %>%
setView(lng = median(camper$Longitude), lat = median(camper$Latitude), zoom = 7) %>%
addPolylines() %>%
addMarkers(data = camper[-nrow(camper),],
icon = icons_list,
popup = content[-nrow(camper)],
label = ~Name) |>
addLayersControl(
baseGroups = c("OSM (standard)", "Topografisk"),
options = layersControlOptions(collapsed = FALSE)
)
# Hjælp til lige at komme det sidste stykke med at tegne ruten på:
# https://stackoverflow.com/a/60940696/21019325
```
Her er ikke tale om en overspringshandling.
# Forklaring
Lige om lidt tager vi til Canada i tre måneder som led i min PhD-uddannelse.
Først holder vi lidt ferie. På dag 2 kører vi afsted i en lejet camper og har 14 dage i den, hvor vi skal udforske den sydvestlige del af British Colombia.
Vores rute er tegnet in på kortet herunder.
```{r}
#| code-summary: Print kort
map
```
## Kommentarer
Kortet er et lille forsøg på at binde forskelligt indhold sammen og visualisere det på en let tilgængelig og interaktiv måde.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,13 @@
,Elevation,Time,Latitude,Longitude,Name,Description,Order,Nights,Arrival,Icon,Notes
1,350.5,2023-06-02 18:39:36,49.9276806,-119.5104682,Bear Creek Campground,https://bcparks.ca/bear-creek-park/,8,2,2023-07-24,bed,
2,NA,2023-06-02 19:05:50,49.1523705,-122.9693298,CanaDream,Udlejning,1,0,2023-07-16,car,Udlejningsselskab
3,NA,2023-06-02 18:25:31,50.7790985,-121.079483,Juniper Beach Provincial Campground,https://bcparks.ca/juniper-beach-park/,5,1,2023-07-20,bed,
5,1085,2023-06-02 18:42:17,49.0888761,-120.6837738,E.C. Manning Park - Mule Deer Campground,https://bcparks.ca/ec-manning-park/,10,2,2023-07-27,bed,
6,251.5,2023-06-02 18:23:56,50.2959023,-122.8163376,Nairn Falls Campground,https://bcparks.ca/nairn-falls-park/,3,2,2023-07-17,bed,
7,68,2023-06-02 18:21:10,49.829422,-123.1500473,Paradise Valley Campground,https://paradisevalleycampground.net/,2,1,2023-07-16,bed,
8,903,2023-06-02 18:27:08,50.7301292,-120.0338669,Pinantan Lake,https://www.pinantanlake.bc.ca/,6,2,2023-07-21,bed,
9,355.8,2023-06-02 18:37:33,50.551494,-119.1317242,Quilakwa RV & Campground,https://www.quilakwarvpark.com/rv-campground,7,1,2023-07-23,bed,
10,292,2023-06-02 18:25:05,50.6620979,-121.9253082,Texas Creek Campground,https://www.texascreekcampground.com/,4,1,2023-07-19,bed,
11,805.5,2023-06-02 18:41:08,49.3327994,-119.7218156,Twin Lakes Golf Course & RV Park,https://twinlakesgolfresort.com/,9,1,2023-07-26,bed,
13,NA,2023-06-02 19:05:50,49.1523705,-122.9693298,CanaDream,Udlejning,12,0,2023-07-30,car,Udlejningsselskab
12,NA,2023-04-05 07:10:27,49.0048106,-122.7024955,Ina & Richard,NA,11,1,2023-07-29,house,Parkering hos familie
1 Elevation Time Latitude Longitude Name Description Order Nights Arrival Icon Notes
2 1 350.5 2023-06-02 18:39:36 49.9276806 -119.5104682 Bear Creek Campground https://bcparks.ca/bear-creek-park/ 8 2 2023-07-24 bed
3 2 NA 2023-06-02 19:05:50 49.1523705 -122.9693298 CanaDream Udlejning 1 0 2023-07-16 car Udlejningsselskab
4 3 NA 2023-06-02 18:25:31 50.7790985 -121.079483 Juniper Beach Provincial Campground https://bcparks.ca/juniper-beach-park/ 5 1 2023-07-20 bed
5 5 1085 2023-06-02 18:42:17 49.0888761 -120.6837738 E.C. Manning Park - Mule Deer Campground https://bcparks.ca/ec-manning-park/ 10 2 2023-07-27 bed
6 6 251.5 2023-06-02 18:23:56 50.2959023 -122.8163376 Nairn Falls Campground https://bcparks.ca/nairn-falls-park/ 3 2 2023-07-17 bed
7 7 68 2023-06-02 18:21:10 49.829422 -123.1500473 Paradise Valley Campground https://paradisevalleycampground.net/ 2 1 2023-07-16 bed
8 8 903 2023-06-02 18:27:08 50.7301292 -120.0338669 Pinantan Lake https://www.pinantanlake.bc.ca/ 6 2 2023-07-21 bed
9 9 355.8 2023-06-02 18:37:33 50.551494 -119.1317242 Quilakwa RV & Campground https://www.quilakwarvpark.com/rv-campground 7 1 2023-07-23 bed
10 10 292 2023-06-02 18:25:05 50.6620979 -121.9253082 Texas Creek Campground https://www.texascreekcampground.com/ 4 1 2023-07-19 bed
11 11 805.5 2023-06-02 18:41:08 49.3327994 -119.7218156 Twin Lakes Golf Course & RV Park https://twinlakesgolfresort.com/ 9 1 2023-07-26 bed
12 13 NA 2023-06-02 19:05:50 49.1523705 -122.9693298 CanaDream Udlejning 12 0 2023-07-30 car Udlejningsselskab
13 12 NA 2023-04-05 07:10:27 49.0048106 -122.7024955 Ina & Richard NA 11 1 2023-07-29 house Parkering hos familie

View file

@ -0,0 +1,270 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<gpx version="1.1" creator="OsmAnd~ 4.4.7" xmlns="http://www.topografix.com/GPX/1/1" xmlns:osmand="https://osmand.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<name>favorites-Canada 2023</name>
<time>2023-06-22T19:02:55Z</time>
</metadata>
<wpt lat="49.0048106" lon="-122.7024955">
<time>2023-04-05T07:10:27Z</time>
<name>155</name>
<type>Canada 2023</type>
<extensions>
<osmand:address>188 Street 155, South Surrey</osmand:address>
<osmand:icon>hamlet</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
</extensions>
</wpt>
<wpt lat="49.9276806" lon="-119.5104682">
<ele>350.5</ele>
<time>2023-06-02T18:39:36Z</time>
<name>Bear Creek Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:osm_tag_email>info@campokanagan.com</osmand:osm_tag_email>
<osmand:website>https://www.env.gov.bc.ca/bcparks/explore/parkpgs/bear_crk/</osmand:website>
<osmand:phone>+1-250-548-0076</osmand:phone>
<osmand:amenity_name>Bear Creek Campground</osmand:amenity_name>
<osmand:collapsable_fee>fee_yes</osmand:collapsable_fee>
<osmand:osm_tag_sanitary_dump_station_yes>yes</osmand:osm_tag_sanitary_dump_station_yes>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:osm_tag_power_supply_no>no</osmand:osm_tag_power_supply_no>
<osmand:osm_tag_internet_access_type_no>no</osmand:osm_tag_internet_access_type_no>
<osmand:osm_tag_capacity>122</osmand:osm_tag_capacity>
<osmand:osm_tag_operator>Kaloya Contracting Ltd.</osmand:osm_tag_operator>
<osmand:address>I nærheden af Westside Place, Kelowna</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Bear Creek Campground: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="49.1523705" lon="-122.9693298">
<time>2023-06-02T19:05:50Z</time>
<name>CanaDream</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>car_rental</osmand:amenity_subtype>
<osmand:amenity_name>CanaDream</osmand:amenity_name>
<osmand:amenity_type>service</osmand:amenity_type>
<osmand:address>92 Street 8223, Delta</osmand:address>
<osmand:icon>amenity_car_rental</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:CanaDream: service:car_rental</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="50.7790985" lon="-121.079483">
<time>2023-06-02T18:25:31Z</time>
<name>Juniper Beach Provincial Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:collapsable_power_supply>power_supply_yes</osmand:collapsable_power_supply>
<osmand:osm_tag_email>parkinquiries@telus.net</osmand:osm_tag_email>
<osmand:website>http://www.env.gov.bc.ca/bcparks/explore/parkpgs/juniper_bch/</osmand:website>
<osmand:phone>+1-250-320-9305</osmand:phone>
<osmand:amenity_name>Juniper Beach Provincial Campground</osmand:amenity_name>
<osmand:collapsable_fee>fee_yes</osmand:collapsable_fee>
<osmand:osm_tag_sanitary_dump_station_yes>yes</osmand:osm_tag_sanitary_dump_station_yes>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:osm_tag_internet_access_type_no>no</osmand:osm_tag_internet_access_type_no>
<osmand:osm_tag_capacity>32</osmand:osm_tag_capacity>
<osmand:osm_tag_operator>Brandywine Environmental Management Ltd.</osmand:osm_tag_operator>
<osmand:address>Juniper Beach Park Road, Cache Creek</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Juniper Beach Provincial Campground: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="50.1287016" lon="-122.9372209">
<time>2023-06-02T18:22:27Z</time>
<name>Lost Lake</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>water</osmand:amenity_subtype>
<osmand:amenity_name>Lost Lake</osmand:amenity_name>
<osmand:amenity_type>natural</osmand:amenity_type>
<osmand:address>I nærheden af Lost Lake Trail, Whistler</osmand:address>
<osmand:icon>water</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Lost Lake: natural:water</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="49.0888761" lon="-120.6837738">
<ele>1085</ele>
<time>2023-06-02T18:42:17Z</time>
<name>Mule Deer Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:website>https://www.env.gov.bc.ca/bcparks/explore/parkpgs/ecmanning/</osmand:website>
<osmand:osm_tag_email>camping@manningpark.com</osmand:osm_tag_email>
<osmand:phone>+1-604-668-5953</osmand:phone>
<osmand:amenity_name>Mule Deer Campground</osmand:amenity_name>
<osmand:osm_tag_fax>+1-250-840-8848</osmand:osm_tag_fax>
<osmand:collapsable_fee>fee_yes</osmand:collapsable_fee>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:osm_tag_internet_access_type_no>no</osmand:osm_tag_internet_access_type_no>
<osmand:osm_tag_power_supply_no>no</osmand:osm_tag_power_supply_no>
<osmand:osm_tag_capacity>49</osmand:osm_tag_capacity>
<osmand:osm_tag_operator>Sunshine Valley Recreation Inc.</osmand:osm_tag_operator>
<osmand:address>Crowsnest Highway, Manning Park</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Mule Deer Campground: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="50.2959023" lon="-122.8163376">
<ele>251.5</ele>
<time>2023-06-02T18:23:56Z</time>
<name>Nairn Falls Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:osm_tag_sanitary_dump_station_no>no</osmand:osm_tag_sanitary_dump_station_no>
<osmand:website>https://www.env.gov.bc.ca/bcparks/explore/parkpgs/nairn_falls/</osmand:website>
<osmand:osm_tag_email>info@seatoskyparks.com</osmand:osm_tag_email>
<osmand:phone>+1-604-986-9371</osmand:phone>
<osmand:amenity_name>Nairn Falls Campground</osmand:amenity_name>
<osmand:collapsable_fee>fee_yes</osmand:collapsable_fee>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:collapsable_wheelchair_accessibility>wheelchair_yes</osmand:collapsable_wheelchair_accessibility>
<osmand:osm_tag_internet_access_type_no>no</osmand:osm_tag_internet_access_type_no>
<osmand:osm_tag_capacity>94</osmand:osm_tag_capacity>
<osmand:osm_tag_operator>Sea to Sky Park Services Ltd.</osmand:osm_tag_operator>
<osmand:address>I nærheden af Sea-to-Sky Hwy, líl̓wat / Mount Currie</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Nairn Falls Campground: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="49.829422" lon="-123.1500473">
<ele>68</ele>
<time>2023-06-02T18:21:10Z</time>
<name>Paradise Valley Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:website>https://paradisevalleycampground.net/</osmand:website>
<osmand:amenity_name>Paradise Valley Campground</osmand:amenity_name>
<osmand:collapsable_fee>fee_yes</osmand:collapsable_fee>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:address>I nærheden af Paradise Valley Road, Squamish</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Paradise Valley Campground: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="50.7301292" lon="-120.0338669">
<ele>903</ele>
<time>2023-06-02T18:27:08Z</time>
<name>Pinantan Lake</name>
<type>Canada 2023</type>
<extensions>
<osmand:address>Pinantan Lake</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
</extensions>
</wpt>
<wpt lat="50.551494" lon="-119.1317242">
<ele>355.8</ele>
<time>2023-06-02T18:37:33Z</time>
<name>Quilakwa RV &amp; Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:address>Enderby Grindrod Road, Enderby</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="49.2733574" lon="-123.1038971">
<time>2023-06-02T20:18:09Z</time>
<name>Science World</name>
<type>Canada 2023</type>
<extensions>
<osmand:osm_tag_official_name>TELUS World of Science</osmand:osm_tag_official_name>
<osmand:website>https://scienceworld.ca/</osmand:website>
<osmand:osm_tag_wikidata>Q1391769</osmand:osm_tag_wikidata>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:osm_tag_note> gz ¿+¨       Í,Ñ®#а¤_RĒč‘«ÚÚàtVS©Ç½V„ÓäœÞĒ2Ć+qlZą&lt;v¹ûIšàęĂîb&lt;ˆÀ&amp;V³j÷ð„ĐpÃ&gt;­2)´ô­r€žic™N„~~ĝ®CþÔ4Ï2*׃¡ęÝlę   </osmand:osm_tag_note>
<osmand:amenity_subtype>museum</osmand:amenity_subtype>
<osmand:phone>+1-604-443-7440</osmand:phone>
<osmand:osm_tag_alt_name>Science World at Telus World of Science</osmand:osm_tag_alt_name>
<osmand:amenity_name>Science World</osmand:amenity_name>
<osmand:collapsable_fee>fee_yes</osmand:collapsable_fee>
<osmand:osm_tag_wikipedia>http://en.wikipedia.org/wiki/Science World (Vancouver)</osmand:osm_tag_wikipedia>
<osmand:collapsable_wheelchair_accessibility>wheelchair_yes</osmand:collapsable_wheelchair_accessibility>
<osmand:amenity_opening_hours>Mo-Su,PH 10:00-17:00; Jul 5 - Aug 30 Tu 10:00-20:00 || http://scienceworld.ca/hoursrates "Url"</osmand:amenity_opening_hours>
<osmand:address>Quebec Street 1455, Downtown</osmand:address>
<osmand:icon>tourism_museum</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Science World: tourism:museum</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="50.6620979" lon="-121.9253082">
<ele>292</ele>
<time>2023-06-02T18:25:05Z</time>
<name>Texas Creek Campground</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>camp_site</osmand:amenity_subtype>
<osmand:website>https://www.texascreekcampground.com/</osmand:website>
<osmand:phone>+1-778-209-2267</osmand:phone>
<osmand:amenity_name>Texas Creek Campground</osmand:amenity_name>
<osmand:collapsable_internet_access_type>internet_access_type_wlan</osmand:collapsable_internet_access_type>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:address>Texas Creek Road 2211, Lillooet</osmand:address>
<osmand:icon>tourism_camp_site</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Texas Creek Campground: tourism:camp_site</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="49.3327994" lon="-119.7218156">
<ele>805.5</ele>
<time>2023-06-02T18:41:08Z</time>
<name>Twin Lakes Golf Course &amp; RV Park</name>
<type>Canada 2023</type>
<extensions>
<osmand:amenity_subtype>resort</osmand:amenity_subtype>
<osmand:website>https://www.twinlakesgolfresort.com/</osmand:website>
<osmand:amenity_name>Twin Lakes Golf Course &amp; RV Park</osmand:amenity_name>
<osmand:amenity_type>tourism</osmand:amenity_type>
<osmand:osm_tag_description>Golf Course and RV Park</osmand:osm_tag_description>
<osmand:address>I nærheden af Twin Lakes Road, Penticton</osmand:address>
<osmand:icon>tourism</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
<osmand:amenity_origin>Amenity:Twin Lakes Golf Course &amp; RV Park: tourism:resort</osmand:amenity_origin>
</extensions>
</wpt>
<wpt lat="49.2416579" lon="-123.1928254">
<time>2023-06-02T16:48:34Z</time>
<name>West 34th Avenue, Dunbar-Southlands</name>
<type>Canada 2023</type>
<extensions>
<osmand:address>West 34th Avenue, Dunbar-Southlands</osmand:address>
<osmand:icon>special_house</osmand:icon>
<osmand:background>circle</osmand:background>
<osmand:color>#eecc22</osmand:color>
</extensions>
</wpt>
<extensions>
<osmand:points_groups>
<group name="Canada 2023" color="#eecc22" icon="special_star" background="circle" />
</osmand:points_groups>
</extensions>
</gpx>

View file

@ -0,0 +1,12 @@
49.152383,-122.969215,"8223 92 St, Delta, BC V4G 0A4, Canada",,,16.7.2023
49.83095087,-123.1505743,"Squamish, Britisk Columbia, Canada",Paradise Valley RV Campground,https://www.rvparky.com/location/paradise-valley-rv-campground,16.7.2023
50.29672,-122.81963,"Nairn Falls Provincial Park, Whistler, BC V0N 1B4, Canada",Nairn Falls Provincial Park,https://www.rvparky.com/location/nairn-falls-provincial-park,17.7.2023
50.6631968614,-121.926022768,"Lillooet, British Columbia",Texas Creek Campground,https://www.rvparky.com/location/texas-creek-campground,19.7.2023
50.78727223,-121.0734558,"Walhachin, BC V0K 2P0, Canada",Juniper Beach Provincial Park,https://www.rvparky.com/location/juniper-beach-provincial-park,20.7.2023
50.72839,-120.02969,"Kamloops, Britisk Columbia, Canada",Pinantan Lake Resort,https://www.rvparky.com/location/pinantan-lake-resort-pinantan-lake-british-columbia,21.7.2023
50.55226,-119.13133,"Enderby, British Columbia",Quilakwa RV Park,https://www.rvparky.com/location/quilakwa-rv-park-enderby-british-columbia,23.7.2023
49.92854129,-119.5119723,"Kelowna, Britisk Columbia, Canada",Bear Creek Provincial Park,https://www.rvparky.com/location/bear-creek-provincial-park,24.7.2023
49.33445,-119.72241,"Kaleden, British Columbia",Twin Lakes Golf & RV Park,https://www.rvparky.com/location/twin-lakes-golf-and-rv-park,26.7.2023
49.0899,-120.68116,"Manning Park, British Columbia",Mule Deer Campground - E. C. Manning,https://www.rvparky.com/location/mule-deer-campground-e-c-manning-british-columbia,27.7.2023
49.00481,-122.70249,"155 188 St, Surrey, BC V3S 9R9, Canada",,,29.7.2023
49.152383,-122.969215,"8223 92 St, Delta, BC V4G 0A4, Canada",,,30.7.2023
1 49.152383 -122.969215 8223 92 St, Delta, BC V4G 0A4, Canada 16.7.2023
2 49.83095087 -123.1505743 Squamish, Britisk Columbia, Canada Paradise Valley RV Campground https://www.rvparky.com/location/paradise-valley-rv-campground 16.7.2023
3 50.29672 -122.81963 Nairn Falls Provincial Park, Whistler, BC V0N 1B4, Canada Nairn Falls Provincial Park https://www.rvparky.com/location/nairn-falls-provincial-park 17.7.2023
4 50.6631968614 -121.926022768 Lillooet, British Columbia Texas Creek Campground https://www.rvparky.com/location/texas-creek-campground 19.7.2023
5 50.78727223 -121.0734558 Walhachin, BC V0K 2P0, Canada Juniper Beach Provincial Park https://www.rvparky.com/location/juniper-beach-provincial-park 20.7.2023
6 50.72839 -120.02969 Kamloops, Britisk Columbia, Canada Pinantan Lake Resort https://www.rvparky.com/location/pinantan-lake-resort-pinantan-lake-british-columbia 21.7.2023
7 50.55226 -119.13133 Enderby, British Columbia Quilakwa RV Park https://www.rvparky.com/location/quilakwa-rv-park-enderby-british-columbia 23.7.2023
8 49.92854129 -119.5119723 Kelowna, Britisk Columbia, Canada Bear Creek Provincial Park https://www.rvparky.com/location/bear-creek-provincial-park 24.7.2023
9 49.33445 -119.72241 Kaleden, British Columbia Twin Lakes Golf & RV Park https://www.rvparky.com/location/twin-lakes-golf-and-rv-park 26.7.2023
10 49.0899 -120.68116 Manning Park, British Columbia Mule Deer Campground - E. C. Manning https://www.rvparky.com/location/mule-deer-campground-e-c-manning-british-columbia 27.7.2023
11 49.00481 -122.70249 155 188 St, Surrey, BC V3S 9R9, Canada 29.7.2023
12 49.152383 -122.969215 8223 92 St, Delta, BC V4G 0A4, Canada 30.7.2023

View file

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><gpx version="1.1" creator="RV Parky" xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"><metadata><name>Vancouver Trip</name><desc></desc><link href="https://www.rvparky.com/trip/6442900615462912"><text>RV Parky</text></link><time>2023-06-23T07:38:25.398Z</time></metadata><rte><rtept lat="49.152383" lon="-122.969215"><name>8223 92 St, Delta, BC V4G 0A4, Canada</name><desc></desc><src>RV Parky</src></rtept><rtept lat="49.83095087" lon="-123.1505743"><name>Paradise Valley RV Campground, Squamish, Britisk Columbia, Canada</name><desc>Paradise Valley RV Campground</desc><src>RV Parky</src><link href="//www.rvparky.com/location/paradise-valley-rv-campground"></link></rtept><rtept lat="50.29672" lon="-122.81963"><name>Nairn Falls Provincial Park, Nairn Falls Provincial Park, Whistler, BC V0N 1B4, Canada</name><desc>Nairn Falls Provincial Park</desc><src>RV Parky</src><link href="//www.rvparky.com/location/nairn-falls-provincial-park"></link></rtept><rtept lat="50.6631968614" lon="-121.926022768"><name>Texas Creek Campground, Lillooet, British Columbia</name><desc>Texas Creek Campground</desc><src>RV Parky</src><link href="//www.rvparky.com/location/texas-creek-campground"></link></rtept><rtept lat="50.78727223" lon="-121.0734558"><name>Juniper Beach Provincial Park, Walhachin, BC V0K 2P0, Canada</name><desc>Juniper Beach Provincial Park</desc><src>RV Parky</src><link href="//www.rvparky.com/location/juniper-beach-provincial-park"></link></rtept><rtept lat="50.72839" lon="-120.02969"><name>Pinantan Lake Resort, Kamloops, Britisk Columbia, Canada</name><desc>Pinantan Lake Resort</desc><src>RV Parky</src><link href="//www.rvparky.com/location/pinantan-lake-resort-pinantan-lake-british-columbia"></link></rtept><rtept lat="50.55226" lon="-119.13133"><name>Quilakwa RV Park, Enderby, British Columbia</name><desc>Quilakwa RV Park</desc><src>RV Parky</src><link href="//www.rvparky.com/location/quilakwa-rv-park-enderby-british-columbia"></link></rtept><rtept lat="49.92854129" lon="-119.5119723"><name>Bear Creek Provincial Park, Kelowna, Britisk Columbia, Canada</name><desc>Bear Creek Provincial Park</desc><src>RV Parky</src><link href="//www.rvparky.com/location/bear-creek-provincial-park"></link></rtept><rtept lat="49.33445" lon="-119.72241"><name>Twin Lakes Golf &amp; RV Park, Kaleden, British Columbia</name><desc>Twin Lakes Golf &amp; RV Park</desc><src>RV Parky</src><link href="//www.rvparky.com/location/twin-lakes-golf-and-rv-park"></link></rtept><rtept lat="49.0899" lon="-120.68116"><name>Mule Deer Campground - E. C. Manning, Manning Park, British Columbia</name><desc>Mule Deer Campground - E. C. Manning</desc><src>RV Parky</src><link href="//www.rvparky.com/location/mule-deer-campground-e-c-manning-british-columbia"></link></rtept><rtept lat="49.00481" lon="-122.70249"><name>155 188 St, Surrey, BC V3S 9R9, Canada</name><desc></desc><src>RV Parky</src></rtept><rtept lat="49.152383" lon="-122.969215"><name>8223 92 St, Delta, BC V4G 0A4, Canada</name><desc></desc><src>RV Parky</src></rtept></rte></gpx>

BIN
blog/images/canada_map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

BIN
blog/images/house.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
blog/images/key.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
blog/images/rv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB