Skip to content
/ parcels Public

A web application for viewing Utah parcel data

License

Notifications You must be signed in to change notification settings

agrc/parcels

Repository files navigation

Utah Parcel Viewer

release status build status code style: prettier Conventional Commits

This application allows people to find and view the information UGRC has available for all of the county parcels in Utah.

parcels.utah.gov

More information about the parcel source data can be found on the cadastre product page on our website.

This application is displaying the UGRC aggregated Utah Statewide Parcels ArcGIS Online service.

Development

Set up

Checkout repository and install dependencies

git clone https://github.com/agrc/parcels.git
cd parcels
pnpm install

Secrets

Duplicate the .env file to a .env.local file and do not check it into source control.

  • The discover key can be obtained by following the instructions on our website
  • The API key can be obtained by creating an account on the UGRC API self-service website
  • The firebase config can be obtained from firebase

This project uses conventional commits and release please to manage the change log and versioning.