Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Lidar Blog Post #2916

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Statewide Lidar Products Now Available
author: Miriam Seely
description: >-
We are thrilled to announce the completion of the Lidar baseline for the state
of Utah, a project that has been more than ten years in the making.
date: '2024-12-13T17:26:48.506Z'
category: UGRC
cover_image: /src/images/pillar-blog/default-social-card.png
cover_image_alt: ugrc social card
---

import myImage from '@images/blog/2024-12-13-statewide-lidar-products-now-available/lidarpointcloud.png';

import myImage2 from '@images/blog/2024-12-13-statewide-lidar-products-now-available/lidardem.png';

import { Image } from 'astro:assets';

import Contacts from '@components/page/Contacts.astro';

We are thrilled to announce the completion of the Lidar baseline for the state of Utah, a project that has been more than ten years in the making. Some of our collaborators have included the Division of Emergency Management, the Utah Geological Survey, the [USGS 3DEP Program](https://www.usgs.gov/3d-elevation-program), Earth MRI, FEMA, US Forest Service, and many more local partners. Every cog in this great machine has played an important role in creating datasets that benefit many different sectors, from flood mapping to ecological assessment to construction. Now, at this point, you might be asking yourself: what exactly is Lidar and why do we need a baseline of it? Well, answering those questions and more is the goal of today's blog post, so strap your aviator goggles on and let's talk about Lidar. (Don't worry, the goggles will make sense in a moment.)

So, Lidar. It's actually an acronym that stands for “Light Detection and Ranging”. It's a form of remotely-sensed data, meaning that the data is collected without direct contact with the study subject. In the case of Lidar, specialized sensors are mounted on an aircraft and flown over an area where data is to be collected. The sensor emits invisible beams of light, which bounce once they hit an object and are reflected back to the sensor. The sensor emits several million of these beams of light, called pulses, every second, and by collecting the return times of each pulse, it can put together a three-dimensional “image” of the ground below.

<Image src={myImage} loading="eager" alt= "Lidar point cloud." />

This image, made of reflected pulses of light, is called a point cloud. Each point represents the spot where a pulse bounced off a tree, building, or other object. By aggregating these points together, we can put together a high-resolution image that can help us measure topography, elevation, vegetation, and much more. These images can be combined, or mosaicked, together to form larger maps of entire cities, counties, or, as of just a few weeks ago, the entire state of Utah.

<Image src={myImage2} loading="eager" alt= "Digital elevation model." />

Collecting Lidar data is no simple task. You can take those aviator goggles off now; we won't actually be flying in any planes. That part has already been done by many vendors contracted by UGRC to collect Lidar data. In addition to the pilots collecting the data, UGRC has partnered with the [United States Geological Survey](https://www.usgs.gov/) to aggregate the data and ensure accuracy. We also have spearheaded grant applications and a competitive bid process for our contractors. Through our partnerships with USGS and many others, we have been able to make high-resolution Lidar data available for every square inch of our beautiful state.

So, why does it matter? There's already lots of data, even Lidar data, available for Utah. So why do we need high-resolution Lidar? Well, first let's take a look at the difference high resolution data can make. Pictured below are some Digital Elevation Models, also called DEMs. These are elevation maps that were derived from Lidar data.

(I will be inserting the graphic that goes here tomorrow)

On the left hand side is a low-resolution DEM, and on the right hand-side is a high-resolution DEM taken from our newly completed Lidar baseline. Zooming in, we can see clear differences in quality and cell size between the two.

Now, imagine you need to build a new school, hospital, or bridge in the area depicted in the DEM. Which model would you rather use? Having higher resolution data doesn't just mean the picture looks nicer. It means that each pixel is a better representation of the real world; so when urban planners, construction managers, and everyday homeowners want to draft up a new building, they have more accurate data to work with.

High-resolution Lidar is beneficial for nature's builders too. Gathering Lidar data is a relatively non-invasive way to assess habitat for wildlife and can help us find solutions to protect Utah's native species. Lidar data can delineate beaver dams, model streams and rivers, and quantify forest canopies. Beyond biological assessment, Lidar data can also be used to map geological hazards, potential flood zones, and fire-prone areas. The potential for Lidar products is enormous, and that's exactly why UGRC has poured so much time and attention into acquiring the best possible data.

So, we've got all this super cool data that can do super cool things. What's next for Utah? UGRC has already acquired Lidar data for the entire state of Utah, so now we are working to create a variety of elevation products that will be available for download, including digital models like the ones pictured above. These products will be available for download on our [Raster Data Discovery](https://raster.utah.gov/) website.

This project is part of UGRC's [mission](/about/) to “ensure a high level of coordination among Utah GIS users and effective, efficient use of GIS resources.” You can learn more about other ongoing projects on [our blog](/blog/). For more information about Lidar acquisition and analysis in Utah, please reach out to <Contacts inline subject={frontmatter.title} contactKey='elevation' />.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading