FOSS4G 2022 general tracks

If a tree falls in the forest, does the river notice?: Creating and Visualizing Equivalent Clearcut Area using Satellite Imagery, Python and Crossfilters
08-26, 09:30–10:00 (Europe/Rome), General online

Forest disturbance can have a significant impact on the hydrologic regime and health of watersheds, aquatic habitats, and their overall ecological functions. Although these impacts can vary as a result of physical and hydroclimatic conditions in watersheds, over the past decades a simple metric known as equivalent clearcut area (ECA) has emerged to quantify the cumulative disturbance at any point in time in a watershed, accounting for the temporal dynamics, including recovery, of historical disturbance.
ECA is widely used as an indicator to quantify forest disturbances as it not only covers all disturbance types but also considers the subsequent recovery of these disturbed areas through space and time. An ECA coefficient of 100% means there is no hydrological recovery due to planting trees, on the other hand, an ECA of 0% means 100% of the disturbed area has reached its maximum potential in recovery.
The prime objective of this project was to generate an annual time series of ECA for every watershed within the area covered by the Nadina Natural Resource District in British Columbia, Canada. The disturbance types identified in this project were forest fire, timber harvest, pest infestation, and permanent infrastructure development. The time and location of these disturbances were integrated with the BC Freshwater Atlas, in order to provide quantitative estimates of ECA for the watershed associated with stream reaches in the study area.
Due to the cumulative nature of ECA over space and time, all types of forest disturbances have to be combined and recovery factors must be applied to account for vegetation and hydrological recovery over time. Previous field research was used to find the relationship between the tree stand height and the age following logging.
In order to apply the methodology, open source data and tools were used. We used two publicly available global satellite image derived raster products of forest change for our initial disturbance data source. We updated the forest change raster products using GDAL with local public geospatial datasets to assign change types for each year from 1985-2020, creating a unified multiband raster of change. The multiband raster was processed within Python, using GDAL and NumPy libraries, and recovery factors were applied to each pixel dynamically based on the year and type of change. The result of this processing was a collection of time series for watersheds broken down by year and type of change present.
The ECA results for the study area were loaded into PostGreSQL for delivery to a web application that allows a user to compare a location’s ECA with the forest disturbance input. The application relies on Mapbox GL to interact with a web map and the spatial data display of the forest disturbance locations. D3 and Crossfilter JS libraries were used to interact with the disturbance data, allowing a user to filter histograms based on a variety of attributes, which are reflected in the histograms and web map in real time. ECA time series data is displayed in interactive histograms and line charts.

I'm a data scientist based in beautiful Victoria, British Columbia, Canada.