From bb995b5956add5a95c5811fd05cff05cfe249ba1 Mon Sep 17 00:00:00 2001 From: Nathan Kota Date: Wed, 6 Dec 2023 15:59:27 -0700 Subject: [PATCH] Update index.md spell out SGID to match the Searching page --- src/explorer/src/content/docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/explorer/src/content/docs/docs/index.md b/src/explorer/src/content/docs/docs/index.md index 26727e3e..ef05890c 100644 --- a/src/explorer/src/content/docs/docs/index.md +++ b/src/explorer/src/content/docs/docs/index.md @@ -18,7 +18,7 @@ Geocoding allows you to get the geographic location (i.e., the geographical coor ### Searching -Searching allows you to search through more than [1,000,000 rows of spatial SGID data](https://gis.utah.gov/sgid). With over **300** layers of real-world data that you can run queries against in the SGID, you will be able to extract actionable information for your data. The UGRC API endpoint for searching allows you to: +Searching allows you to search through more than 1,000,000 rows of [State Geographic Information Datasource](https://gis.utah.gov/sgid) (SGID) data. With over **300** layers of real-world data that you can run queries against in the SGID, you will be able to extract actionable information for your data. The UGRC API endpoint for searching allows you to: - Get the attributes of spatial data based on a T-SQL like query. - Get the attributes of spatial data based on a location (i.e., spatial intersection).