Skip to content

Commit

Permalink
Merge branch 'update_contacts' of https://github.com/agrc/gis.utah.gov
Browse files Browse the repository at this point in the history
…into update_contacts
  • Loading branch information
ZachBeck committed Nov 18, 2024
2 parents 8290a2c + 53a3084 commit 031aef6
Show file tree
Hide file tree
Showing 12 changed files with 385 additions and 382 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/2-new-blog-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ body:
description: Who is writing the blog?
options:
- Denise Peterson
- Greg Bunce
- Hang Chou
- Jake Adams
- Matt Peters
- Laura Ault
- Michael Foulger
- Nathan Kota
- Miriam Seely
- Rick Kelson
- Scott Davis
- Sean Fernandez
Expand Down
673 changes: 341 additions & 332 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@astro-community/astro-embed-youtube": "^0.5.5",
"@astro-github-elements/clipboard-copy": "^0.0.4",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/mdx": "^3.1.9",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
Expand All @@ -44,9 +44,9 @@
"@types/lodash.capitalize": "^4.2.9",
"@types/lodash.startcase": "^4.4.9",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7",
"astro": "^4.16.8",
"astro-meta-tags": "^0.3.1",
"classnames": "^2.5.1",
"fuse.js": "^7.0.0",
Expand All @@ -55,7 +55,7 @@
"html-to-text": "^9.0.5",
"lodash.capitalize": "^4.2.1",
"lodash.startcase": "^4.4.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-mdx": "^3.0.0",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-mdxjs": "^3.0.0",
Expand Down
12 changes: 11 additions & 1 deletion scripts/new-blog.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,17 @@ export const createNewBlogPost = (slug, blog, date) => {

fs.writeFileSync(filePath, frontmatter, 'utf-8');
fs.mkdirSync(folderPath);
fs.writeFileSync(`${folderPath}/.placeholder`, 'delete this file if you are not adding images', 'utf-8');
fs.writeFileSync(
`${folderPath}/.placeholder`,
`The purpose of this file is to create a temporary folder place holder since git does not preserve empty folders.
1. Delete this file if there will be no blog post images since the folder has no purpose.
2. Delete this file after adding images since git will preserve the folder and this file has no purpose.
This file should not be merged into main.
`,
'utf-8',
);
};

if (process.env.NODE_ENV !== 'test') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ import Contacts from '@components/page/Contacts.astro';
import centerlineImage from '@images/blog/2024-10-17-the-data-process-that-powers-elections-in-utah/saltlakecounty.png';
import { Image } from 'astro:assets';

With the cool winds blowing in and the birds flying south, fall is officially upon us. That means a few things: warm sweaters, yellow aspen leaves, and everyone's favorite method of getting a free sticker: voting! Election Day will be on Tuesday, November 5th, 2024. If you aren't yet registered, you can do so now on [vote.utah.gov](http://vote.utah.gov). Whether you vote by mail or in person, where you vote and who's on your ballot is determined by geospatial data maintained by UGRC and local government authorities. UGRC might not be able to make the beautiful autumn hues of red, orange, and yellow stay longer than nature dictates, but we are charged with safekeeping the data that makes elections in Utah possible.
With the cool winds blowing in and the birds flying south, fall is officially upon us. That means a few things: warm sweaters, yellow aspen leaves, and everyone's favorite method of getting a free sticker: voting! Election Day will be on Tuesday, November 5th, 2024. If you aren't yet registered, you can do so now on [vote.utah.gov](https://vote.utah.gov). Whether you vote by mail or in person, where you vote and who's on your ballot is determined by geospatial data maintained by UGRC and local government authorities. UGRC might not be able to make the beautiful autumn hues of red, orange, and yellow stay longer than nature dictates, but we are charged with safekeeping the data that makes elections in Utah possible.

One example of these data are the [digital polygon representations](/products/sgid/political/voter-precincts/) of voting precinct boundaries. Voting precincts are geographical boundaries drawn by Utah government authorities that determine in what district your vote will be counted in and which local elections you will participate in. These boundaries are determined by County Recorders and Clerks using a legislatively mandated set of rules. Each precinct must meet certain population requirements and account for voting blocks within that area. These are the voting precincts found in Salt Lake County:

<Image
src={centerlineImage}
width={800}
alt="Voting Precincts in Salt Lake County, Utah."
/>
<Image src={centerlineImage} width={800} alt="Voting Precincts in Salt Lake County, Utah." />

As you can see, voting precincts vary widely in size and shape. Just as each voting precinct is unique, each county utilizes a slightly different schema to meet that county's unique needs. Part of [our mission](/about/) as geospatial leaders in Utah is to “ensure a high level of coordination among Utah GIS users and effective, efficient use of GIS resources.” That's why we work directly with County Clerks and Recorders to gather voting precinct data, adjust it to a standardized schema, ensure their spatial accuracy, and add them to a statewide dataset. The completed boundaries are then used in elections at all levels, including city, county, state, and federal elections.

Expand Down
35 changes: 17 additions & 18 deletions src/data/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ export const contacts: Contacts = {
},
emergencyzones: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'hchou@utah.gov',
name: 'Hank Chou',
phone: '435-319-0307',
},
ewa: {
agency: 'DEQ',
Expand Down Expand Up @@ -155,13 +155,12 @@ export const contacts: Contacts = {
email: '[email protected]',
name: 'Scott Davis',
},
gisac: [
{
agency: 'UGRC',
email: '[email protected]',
name: 'Greg Bunce',
},
],
gisac: {
agency: 'UGRC',
email: '[email protected]',
name: 'Laura Ault',
phone: '801-550-7754',
},
google_imagery: {
agency: 'UGRC',
email: '[email protected]',
Expand Down Expand Up @@ -292,9 +291,9 @@ export const contacts: Contacts = {
},
os_places: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'hchou@utah.gov',
name: 'Hank Chou',
phone: '435-319-0307',
},
palletjack: {
agency: 'UGRC',
Expand Down Expand Up @@ -432,9 +431,9 @@ export const contacts: Contacts = {
phone: '801-538-3665',
},
ugrc_director: {
email: '-',
email: '[email protected]',
name: 'Laura Ault',
phone: '-',
phone: '801-550-7754',
},
ugs: {
agency: 'DNR',
Expand Down Expand Up @@ -541,9 +540,9 @@ export const contacts: Contacts = {
},
zip_codes: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'hchou@utah.gov',
name: 'Hank Chou',
phone: '435-319-0307',
},
dwmrc: [
{
Expand Down
8 changes: 0 additions & 8 deletions src/data/staff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ export const staff = [
x: '@ZachAGRC',
tags: ['cartography', 'address points', 'base maps', 'configurable apps', 'python'],
},
{
name: 'Greg Bunce',
team: 'Data Team Lead',
phone: '801-349-0039',
email: '[email protected]',
x: '@bunce_greg',
tags: ['SGID', 'transportation', 'collaboration', '911', 'data management'],
},
{
name: 'Scott Davis',
team: 'Development Team',
Expand Down

This file was deleted.

Binary file removed src/images/pillar-contact/staff/greg-bunce.png
Binary file not shown.
13 changes: 7 additions & 6 deletions src/pages/products/sgid/cadastre/parcels.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const page: IPageMetadata = {
...metadata,
application: 'https://parcels.utah.gov',
updateHistory: [
`November 2024 - Carbon, Duchesne, Sevier, Utah, Washington`,
`October 2024 - Box Elder, Davis, Grand, Iron, Utah, Washington, Weber`,
`September 2024 - Davis, Salt Lake, Utah, Washington, Weber`,
`August 2024 - Davis, Salt Lake, Tooele, Utah, Washington, Weber`,
Expand Down Expand Up @@ -100,7 +101,7 @@ const countyMetadata = [
{
county: 'Carbon',
sgid: 'utah-carbon-county-parcels',
lastUpdate: 'February 2024',
lastUpdate: 'November 2024',
lastUpdateLir: '2024',
website: 'https://www.carbon.utah.gov/department/gis/',
app: 'https://maps.carbon.utah.gov/ccgeneral/',
Expand All @@ -124,7 +125,7 @@ const countyMetadata = [
{
county: 'Duchesne',
sgid: 'utah-duchesne-county-parcels',
lastUpdate: 'March 2019',
lastUpdate: 'November 2024',
lastUpdateLir: '2024',
website: 'https://duchesne.utah.gov/gov/dept/information-systems/gis-maps/',
app: 'https://portal.duchesnecountygis.org/arcgis/apps/webappviewer/index.html?id=551cc5dc2c73470693d47f77f3030aea',
Expand Down Expand Up @@ -236,7 +237,7 @@ const countyMetadata = [
{
county: 'Sevier',
sgid: 'utah-sevier-county-parcels',
lastUpdate: 'April 2024',
lastUpdate: 'November 2024',
lastUpdateLir: '2024',
website: 'https://maps-sevierut.hub.arcgis.com/',
app: 'https://maps-sevierut.hub.arcgis.com/apps/e7d8ff4fbb4948b1b244f28d52866828',
Expand Down Expand Up @@ -268,7 +269,7 @@ const countyMetadata = [
{
county: 'Utah',
sgid: 'utah-utah-county-parcels',
lastUpdate: 'October 2024',
lastUpdate: 'November 2024',
lastUpdateLir: '2024',
website: 'https://utah-county-data-sharing-hub-utahcounty.hub.arcgis.com/',
app: 'https://maps.utahcounty.gov/ParcelMap/ParcelMap.html',
Expand All @@ -277,14 +278,14 @@ const countyMetadata = [
county: 'Wasatch',
sgid: 'utah-wasatch-county-parcels',
lastUpdate: 'July 2024',
lastUpdateLir: '2022',
lastUpdateLir: '2024',
website: 'https://wasatch.utah.gov/IS',
app: 'https://wasatch.maps.arcgis.com/apps/webappviewer/index.html?id=02c20118f66f40b98662c4356c741e6e',
},
{
county: 'Washington',
sgid: 'utah-washington-county-parcels',
lastUpdate: 'October 2024',
lastUpdate: 'November 2024',
lastUpdateLir: '2024',
website: 'https://www.washco.utah.gov/departments/gis/',
app: 'https://geoprodvm.washco.utah.gov/Html5Viewer/?viewer=WashingtonCounty',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/products/sgid/demographic/census-2000-data.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const page: IPageMetadata = {
links: [
{
title: '2000 Census Data (Google Drive Link)',
url: 'https://link-to-the-resource.https://drive.google.com/drive/folders/16hcPe8qHPEtwLQPPbzg6HFUTMutRY4Vq',
url: 'https://drive.google.com/drive/folders/16hcPe8qHPEtwLQPPbzg6HFUTMutRY4Vq',
},
],
};
Expand Down
2 changes: 0 additions & 2 deletions src/pages/solutions/for-emergency-response.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ const page: IStandardPageMetadata = {
},
{
title: 'NG911 dataset',
actionText: 'Download the NG911 dataset',
actionUrl: 'https://drive.google.com/a/utah.gov/uc?id=1Sp6v4FmNV5fhdfEWPTxPGHMbnz-yeY47&export=download',
},
{ title: 'Additional resources' },
]),
Expand Down

0 comments on commit 031aef6

Please sign in to comment.