diff --git a/src/data/downloadMetadata.ts b/src/data/downloadMetadata.ts index 37de12b657..2bf0dc3224 100644 --- a/src/data/downloadMetadata.ts +++ b/src/data/downloadMetadata.ts @@ -2657,16 +2657,6 @@ export const dataPages: DownloadMetadata = { openSgid: undefined, layerId: 0, }, - 'UTA Routes and Ridership': { - itemId: 'hosted by UTA', - name: 'UTA Routes and Ridership', - externalHubOrganization: 'rideuta', - oddHubName: 'uta-routes-and-most-recent-ridership', - featureServiceId: 'UTA_Routes_0419', - featureServiceHost: 'https://services.arcgis.com/5QAphMT1g51Tw2X4/ArcGIS/rest/services/', - openSgid: 'transportation.uta_routes_and_ridership', - layerId: 0, - }, 'UTA Stops and Ridership': { externalHubOrganization: 'rideuta', itemId: 'hosted by UTA', diff --git a/src/pages/products/sgid/transportation/uta-routes.astro b/src/pages/products/sgid/transportation/uta-routes.astro deleted file mode 100644 index 5aff9543e2..0000000000 --- a/src/pages/products/sgid/transportation/uta-routes.astro +++ /dev/null @@ -1,91 +0,0 @@ ---- -import Layout from '@layouts/DataPage.astro'; - -import type { IMetadata, IPageMetadata } from '@models/types'; -import { ProductType, SgidCategory } from '@models/types'; - -import HubDownloads from '@components/data/HubDownloads.astro'; -import Metadata from '@components/data/Metadata.astro'; -import UpdateHistory from '@components/data/UpdateHistory.astro'; - -import CardWithPopularLink from '@components/page/CardWithPopularLink.astro'; -import CardWithSmallLink from '@components/page/CardWithSmallLink.astro'; -import GridForMoreResources from '@components/page/GridForMoreResources.astro'; -import GridForYouMightLike from '@components/page/GridForYouMightLike.astro'; -import Section from '@components/page/Section.astro'; - -import { dataPages } from '@data/downloadMetadata'; - -export const metadata: IMetadata = { - pageTitle: 'UTA Routes and Ridership', - pageDescription: `Utah Transit Authority (UTA) routes for bus, light rail (TRAX), and commuter rail (Frontrunner).`, - stewards: ['Utah Transit Authority (UTA)', 'UGRC'], - type: ProductType.POLYLINE, - category: SgidCategory.TRANSPORTATION, - secondaryCategory: SgidCategory.PLANNING, -}; - -const page: IPageMetadata = { - ...metadata, - application: 'https://maps.rideuta.com/portal/apps/instant/sidebar/index.html?appid=b5db22dc09a24203886607cf3e2abb30', - updateHistory: [`November 2023`, `August 2023`, `April 2023`], - - hub: { - ...dataPages[metadata.pageTitle], - }, -}; ---- - - - - - -

- All routes for bus, light rail (TRAX), streetcar and commuter rail (Frontrunner). Attributes include: route - number, route name, frequency in minutes, route type, average weekday ridership, and all cities and counties the - route services. -

-
- -
- -
- - -

- Routes are updated 3 times a year (typically April, August, and December), weekday ridership values (AvgBrd) are - updated monthly after the 10th of the following month. -

-
- - - -
- - Utah Transit Authority. - Utah Transit Authority Data Portal. - Public transit. - -
- -
- - All bus, TRAX, and Frontrunner stops. - UTA light rail routes. - UTA light rail stations. - UTA commuter rail route. - -
-