This application allows people to find and view the information UGRC has available for all of the county parcels in Utah.
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.
Checkout repository and install dependencies
git clone https://github.com/agrc/parcels.git
cd parcels
pnpm install
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.