Skip to content

Commit

Permalink
feat: partialize TURN description; main products page
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams authored and steveoh committed Mar 25, 2024
1 parent cce4a07 commit 760366b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
12 changes: 12 additions & 0 deletions src/pages/_partials/TurnDescription.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
---

<p>
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.
</p>
23 changes: 10 additions & 13 deletions src/pages/products.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -40,9 +42,9 @@ const page: IStandardPageMetadata = {
class="w-full max-w-[400px] rounded-2xl dark:brightness-200 dark:grayscale"
/>
<p>
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.
</p>
</Section>

Expand All @@ -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"
/>
<p>
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).
</p>
<TurnDescription />
</Section>

<Section {...page.section[3]}>
Expand All @@ -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"
/>
<p>The UGRC API is a free web service that allows you to geocode and search SGID data with HTTP requests.</p>
<p>
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.
</p>
</Section>
</Layout>
../types/types
12 changes: 3 additions & 9 deletions src/pages/products/turn.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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"
/>
<p>
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.
</p>
<TurnDescription />
</Section>

<Section stripe>
Expand Down

0 comments on commit 760366b

Please sign in to comment.