From 760366b27823dab70b24f80bfe90f03eaf5010d7 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Mon, 25 Mar 2024 11:27:13 -0600 Subject: [PATCH] feat: partialize TURN description; main products page --- src/pages/_partials/TurnDescription.astro | 12 ++++++++++++ src/pages/products.astro | 23 ++++++++++------------- src/pages/products/turn.astro | 12 +++--------- 3 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 src/pages/_partials/TurnDescription.astro diff --git a/src/pages/_partials/TurnDescription.astro b/src/pages/_partials/TurnDescription.astro new file mode 100644 index 0000000000..293ee49ce7 --- /dev/null +++ b/src/pages/_partials/TurnDescription.astro @@ -0,0 +1,12 @@ +--- + +--- + +

+ The Utah Reference Network (TURN) is a high-precision global navigation satellite system (GNSS) Continuously Operating + Reference System (CORS) providing real-time corrections and data for post processing. Our network consists of + permanently located GPS receivers installed across Utah and portions of Idaho, Wyoming, and southern Nevada that + generate real-time, high-accuracy GPS positioning. These receivers send their data via the Networked Transport of RTCM + via Internet Protocol (NTRIP) to a central system that analyzes the input to adjust and correct the data to provide + the most accurate locations, usually down to centimeter level. Our network uses the Trimble Pivot VRS Platform. +

diff --git a/src/pages/products.astro b/src/pages/products.astro index 680c1ca14a..3f7a80d4da 100644 --- a/src/pages/products.astro +++ b/src/pages/products.astro @@ -6,6 +6,8 @@ import type { IStandardPageMetadata } from '../types/types'; import QuickLinks from '@components/page/QuickLinks.astro'; import Section from '@components/page/Section.astro'; +import TurnDescription from '@partials/TurnDescription.astro'; + import { Image } from 'astro:assets'; import apiLogo from '@images/api/api-logo.svg'; @@ -40,9 +42,9 @@ const page: IStandardPageMetadata = { class="w-full max-w-[400px] rounded-2xl dark:brightness-200 dark:grayscale" />

- The SGID aims to be the primary source for state-wide GIS data in Utah by creating a single portal to datasets - created by many different agencies and organizations. With such a broad scope, SGID datasets live in many - different places depending on their type, availability, and popularity. + The SGID aims to be the primary source for authoritative state-wide GIS data in Utah by creating a single portal + to datasets created by many different agencies and organizations. With such a broad scope, SGID datasets live in + many different places depending on their type, availability, and popularity.

@@ -69,15 +71,7 @@ const page: IStandardPageMetadata = { alt="the TURN GPS logo" class="w-full max-w-[400px] rounded-2xl dark:brightness-200 dark:grayscale" /> -

- The Utah Reference Network, TURN GPS, is a high-precision global navigation satellite system (GNSS) providing - real-time corrections and data for post processing. A GNSS network consists of permanently located GPS receivers, - installed across an area, that generate real-time, high-accuracy GPS positioning. All of the permanently installed - GPS receivers send their data to a central system via the internet. The central system analyzes the input to - adjust and correct the data to provide the most accurate locations, usually down to centimeter level. Our networks - use the Trimble PIVOT VRS Platform. The generated data is sent from the GPS receiver to the GPS reference network - through a wireless connection using the Networked Transport of RTCM via Internet Protocol (NTRIP). -

+
@@ -87,7 +81,10 @@ const page: IStandardPageMetadata = { alt="the UGRC API logo" class="w-full max-w-[400px] rounded-2xl dark:brightness-200 dark:grayscale" /> -

The UGRC API is a free web service that allows you to geocode and search SGID data with HTTP requests.

+

+ The UGRC API is a free web service that allows you to geocode Utah addresses and search authoritative Utah data in + the SGID with HTTP requests. +

../types/types diff --git a/src/pages/products/turn.astro b/src/pages/products/turn.astro index 41b2b424bb..71158437f7 100644 --- a/src/pages/products/turn.astro +++ b/src/pages/products/turn.astro @@ -14,6 +14,8 @@ import GridForPopularResources from '@components/page/GridForPopularResources.as import GridForYouMightLike from '@components/page/GridForYouMightLike.astro'; import Section from '@components/page/Section.astro'; +import TurnDescription from '@partials/TurnDescription.astro'; + import { Image } from 'astro:assets'; import getConnectedPhoto from '@images/turn/get-connected.svg'; @@ -56,15 +58,7 @@ const page: IStandardPageMetadata = { alt="wavy gravy turn logo" class="w-full rounded-2xl px-3 py-2 dark:bg-white/70" /> -

- The Utah Reference Network (TURN) is a high-precision global navigation satellite system (GNSS) Continuously - Operating Reference System (CORS) providing real-time corrections and data for post processing. Our network - consists of permanently located GPS receivers installed across Utah and portions of Idaho, Wyoming, and southern - Nevada that generate real-time, high-accuracy GPS positioning. These receivers send their data via the Networked - Transport of RTCM via Internet Protocol (NTRIP) to a central system that analyzes the input to adjust and - correct the data to provide the most accurate locations, usually down to centimeter level. Our network uses the - Trimble Pivot VRS Platform. -

+