From a69ac71126b5135175644beb2153729f5614ab97 Mon Sep 17 00:00:00 2001 From: JustinCally <36715313+JustinCally@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:36:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20JustinCa?= =?UTF-8?q?lly/VicmapR@73e28786a85d8d3e7f51d2449ad44983d04a1b3c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/beginner_vicmap.html | 36 +++++++++++++++++------------------ articles/migration_odp.html | 2 +- articles/query_vicmap.html | 6 +++--- news/index.html | 2 +- pkgdown.yml | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/articles/beginner_vicmap.html b/articles/beginner_vicmap.html index d87c558..bf1bf25 100644 --- a/articles/beginner_vicmap.html +++ b/articles/beginner_vicmap.html @@ -100,7 +100,7 @@
@@ -867,8 +867,8 @@

Visualisation with leaflet "<b>Route Name: </b>", tram_route$trip_headsign, "<br>", "<b>Distance (km): </b>", tram_route$route_km) )

-
- +
+

Spatial filtering @@ -906,8 +906,8 @@

The sf package# Intersection darebin_trams <- sf::st_intersection(tram_route, darebin) mapview(darebin_trams) + mapview(darebin, alpha.regions = 0.3, col.regions= "green")

-
- +
+

Filtering within a radius @@ -938,8 +938,8 @@

Filtering within a radiushome_radius <- sf::st_buffer(home_utm, dist = 10000) mapview(home_utm) + mapview(home_radius)

-
-

Now we can use this radius to filter our tram route data. Don’t +

+

Now we can use this radius to filter our tram route data. Don’t forget, we need to convert the crs to 4283 to work with our tram route data

@@ -1011,8 +1011,8 @@ 

Filtering within a radius tram_route_10k <- st_intersection(tram_route, home_radius) mapview(tram_route_10k) + mapview(home_radius, alpha.regions = 0.3, col.regions = "green")

-
- +
+

Finding nearby points @@ -1043,8 +1043,8 @@

Finding nearby points # Recorded tram tracks within 300m of the route mapview(trams_en_route, col.regions = "Black") + mapview(route_line)

-
- +
+ @@ -1069,8 +1069,8 @@

Using the VicmapR Geometric Filters collect() mapview(darebin_trams) + mapview(darebin, alpha.regions = 0.3, col.regions = "orange") -
-

And finally, the tram routes on our cycling route. To find tram +

+

And finally, the tram routes on our cycling route. To find tram tracks within 30m we use the INTERSECTS() function and the cycling route with an added 300m buffer. Note: VicmapR geometric filters will be simplified, thus if precise intersections are desired, it is @@ -1102,8 +1102,8 @@

Using the VicmapR Geometric Filters mapview::mapview(route_poly) + mapview::mapview(route_intersection, color = "red", lwd = 5) -
- +
+

Debrief diff --git a/articles/migration_odp.html b/articles/migration_odp.html index 800d4f8..07a1f65 100644 --- a/articles/migration_odp.html +++ b/articles/migration_odp.html @@ -94,7 +94,7 @@

diff --git a/news/index.html b/news/index.html index 23f3eb9..a4f0a26 100644 --- a/news/index.html +++ b/news/index.html @@ -64,7 +64,7 @@

Changelog

- +
diff --git a/pkgdown.yml b/pkgdown.yml index a347ab8..bdc12ee 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -5,7 +5,7 @@ articles: beginner_vicmap: beginner_vicmap.html migration_odp: migration_odp.html query_vicmap: query_vicmap.html -last_built: 2023-06-14T04:10Z +last_built: 2023-06-19T13:32Z urls: reference: https://justincally.github.io/VicmapR/reference article: https://justincally.github.io/VicmapR/articles