From 6ff2d5ba6d8fc8f07aba8162af1a697747f59353 Mon Sep 17 00:00:00 2001 From: Erik Neemann Date: Thu, 16 Jan 2025 16:06:25 -0700 Subject: [PATCH 1/3] feat: jan road update blog post --- ...sgid-statewide-roads-data-layer-updates.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/content/blog/2025-01-15-utah-sgid-statewide-roads-data-layer-updates.md diff --git a/src/content/blog/2025-01-15-utah-sgid-statewide-roads-data-layer-updates.md b/src/content/blog/2025-01-15-utah-sgid-statewide-roads-data-layer-updates.md new file mode 100644 index 000000000..db71647e1 --- /dev/null +++ b/src/content/blog/2025-01-15-utah-sgid-statewide-roads-data-layer-updates.md @@ -0,0 +1,33 @@ +--- +title: Utah SGID Statewide Roads Data Layer Updates +author: Erik Neemann +date: 2025-01-16T22:00:00.000Z +category: SGID Updates +tags: + - roads +cover_image: /src/images/pillar-blog/road-update-social-card.png +cover_image_alt: ugrc sgid road update social card +--- + +UGRC recently completed updates to the SGID Roads data layer. Please visit our [Roads and Highway System](/products/sgid/transportation/road-centerlines/) data page where you will find information about the Roads data model, as well as a web service layer to the SGID Roads data and direct download links in shapefile and geodatabase format. + +These updates are also reflected in UGRC's [address locators](/products/sgid/address/). + +The following are highlights from this month's update. + +#### County Updates + +New roads were added and road names and address ranges were updated for the following counties: + +- **Box Elder County:** Obtained roads data on 12/25/2024. Previous update was on 09/30/2024. +- **Davis County:** Obtained roads data on 12/16/2024. Previous update was on 11/25/2024. +- **Iron County:** Obtained roads data on 12/15/2024. Previous update was on 09/30/2024. +- **Millard County:** Obtained roads data on 12/16/2024. Previous update was on 01/09/2024. +- **Salt Lake County:** Obtained roads data on 12/16/2024. Previous update was on 11/26/2024. +- **Utah County:** Obtained roads data on 12/16/2024. Previous update was on 11/18/2024. +- **Washington County:** Obtained roads data on 12/16/2024. Previous update was on 11/27/2024. +- **Weber County:** Obtained roads data on 12/20/2024. Previous update was on 11/30/2024. + +#### UDOT Route System + +- Visit the [SGID LRS page](/products/sgid/transportation/road-centerlines/) for information on UDOT's Advanced LRS (ALRS) data. From 970008580993f5bedd976b046eff3558ee6691d3 Mon Sep 17 00:00:00 2001 From: Erik Neemann Date: Thu, 16 Jan 2025 16:16:25 -0700 Subject: [PATCH 2/3] feat: bump update dates --- src/pages/products/sgid/transportation/road-centerlines.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/products/sgid/transportation/road-centerlines.astro b/src/pages/products/sgid/transportation/road-centerlines.astro index 19c9fcf4c..2bb25cb84 100644 --- a/src/pages/products/sgid/transportation/road-centerlines.astro +++ b/src/pages/products/sgid/transportation/road-centerlines.astro @@ -29,6 +29,8 @@ export const metadata: IMetadata = { const page: IPageMetadata = { ...metadata, updateHistory: [ + 'January 15, 2025', + 'December 31, 2024', 'October 16, 2024', 'September 02, 2024', 'August 09, 2024', @@ -46,8 +48,6 @@ const page: IPageMetadata = { 'August 04, 2023', 'July 21, 2023', 'June 09, 2023', - 'April 06, 2023', - 'March 10, 2023', ], hub: { ...dataPages[metadata.pageTitle], From d8b9526a81ba802e3d396e797092b693440914db Mon Sep 17 00:00:00 2001 From: Erik Neemann <38330621+eneemann@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:26:00 -0700 Subject: [PATCH 3/3] chore: keep all updates Co-authored-by: steveoh --- src/pages/products/sgid/transportation/road-centerlines.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/products/sgid/transportation/road-centerlines.astro b/src/pages/products/sgid/transportation/road-centerlines.astro index 2bb25cb84..f8a4b8651 100644 --- a/src/pages/products/sgid/transportation/road-centerlines.astro +++ b/src/pages/products/sgid/transportation/road-centerlines.astro @@ -48,6 +48,8 @@ const page: IPageMetadata = { 'August 04, 2023', 'July 21, 2023', 'June 09, 2023', + 'April 06, 2023', + 'March 10, 2023', ], hub: { ...dataPages[metadata.pageTitle],