Full screen version

One pandemic day

Winter 2020

Many fruitful discoveries are made by chance. One afternoon in November during the pandemic, my family decided to explore a neighborhood park. We noticed a tree in the far corner of the park with a string wrapped around its trunk that held a small placard. It read, "Go See Trees," and gave information about the treeā€“it was a pecan tree. It had a QR code that linked to the Paint by Nature project created by the city of Lexington to support artistic works and help residents recognize that certain tree species do better in different urban conditions.

The project also had a map. It showed twenty-three trees in unique city locations. Many locations are in city parks and all are publicly accessible. A few trees are in greenway corridors and along major drainages in the city, like Wolf Run. I thought the locations would offer an interesting view of our urban ecosystem.

So, we loaded up the bike trailer with lunch and started our tour of trees. I visited over a dozen that December afternoon and photographed them with a GPS-enabled camera. The GPS coordinates from the images were used to harvest lidar point cloud data from the KyFromAbove project. Twelve trees were selected. A distance of 500 feet from each GPS location was used to create a buffer polygon; the area that contains our point cloud. While the GPS locations were not always exact, each area did capture the highlighted tree.

A series of maps were created to explore these trees. The Cesium ion Story at the top of this page is 'Powerpoint for point clouds' and can estimate tree height and canopy width with its measure tool. The trees were not always the highest or largest tree in the area. They were, instead, well suited to their environmental conditions. A second web technology, Potree, was used to render the point clouds in the browser. Finally, a site map for the Gardenside Park black walnut was created in Mapbox and shows two-foot elevation contours and a shaded relief of the area's digital surface model.


Data and technology sources

Data

  • The LAS point cloud data was downloaded from KyFromAbove project. A digital elevation model (DEM) and a digital surface model (DSM) were created for each area using its point cloud.
  • 2018 NAIP imagery was downloaded from ftp://kymartian.ky.gov and used to colorize each area's point cloud.

Tools

  • ArcPy in ArcGIS Pro 2.7
    • A Python notebook was developed in ArcGIS Pro to automate the download, extraction, and processing of all data. The user needs to supply a latitude and longitude for the center of the area, and the buffer distance from that location to define the area of interest.
    • Additional Python modules include subprocess, urllib.request, zipFile, and pandas.
  • LAStools to extract and merge point clouds.
  • Potree point cloud renderer to visualize point clouds in the browser.

Platforms

Comparing point clouds

The two visualizations below show the chinkapin oak tree at Jesse Clark Middle School, one captured from airborne lidar and the other from ground-based lidar. Both visualizations were rendered with the Potree conversion utility.

airborne lidar ground lidar

University of Kentucky Department of geography, GEO 409, Spring 2021.
UKy GIS and Mapping