Giter Club home page Giter Club logo

nps-activespace's Introduction

DOI

NPS-ActiveSpace

An active space is a well-known sensory concept from bioacoustics (Marten and Marler 1977, Gabriele et al. 2018). It represents a geographic volume whose radii correspond to the limit of audibility for a specific signal in each direction. In other words, an active space provides an answer to the question, "how far can you hear a certain sound source from a specific location on the Earth's surface?"

This repository is designed to estimate active spaces for motorized noise sources transiting the U.S. National Park System. Aircraft are powerful noise sources audible over vast areas. Thus considerable NPS management efforts have focused on protecting natural quietude from aviation noise intrusions. For coastal parks, vessels are similarly powerful noise sources of concern. For both transportation modalities NPS-ActiveSpace provides meaningful, quantitative spatial guides for noise mitigation and subsequent monitoring.

Example

Consider an example active space, below. It was computed using data from a long term acoustic monitoring site in Denali National Park, DENAUWBT Upper West Branch Toklat (Withers 2012). The bold black polygon delineates an active space estimate for flights at 3000 meters altitude. Points interior to the polygon are predicted to be audible, those exterior, inaudible.

Superposed over the polygon are colored flight track polylines. NPS-ActiveSpace includes an application that leverages the acoustic record to ground-truth audibility of co-variate vehicle tracks from GPS databases. Ground-truthing is used to "tune" an active space to the appropriate geographic extent via mathematical optimization.

active space polygon example

Packages

This project is made up of four packages:

utils: diverse utilities - file I/O, geoprocessing computations, acoustic propagation modelling, and detection statistics

ground-truthing: a tkinter-based ground-truthing application

active-space: generate and optimize active space polygons

analysis: estimate acoustic metrics from the intersection of an active space polygon and vehicle tracks (currently in development, see Analysis branch)

Also included are noise source data for tuning active space polygons.

For more specific information on each package, view their individual READMEs.

Order of Operations

While each package can be used and run individually, the project was designed so that outputs of one package work seamlessly as the inputs for another.

Packages were designed to be run in the following order:

ground-truthing $\rightarrow$ active-space $\rightarrow$ analysis


License

Public domain

This project is in the worldwide public domain:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Publications

Publications about NPS-ActiveSpace:

Betchkal, D.H., J.A. Beeco, S.J. Anderson, B.A. Peterson, and D. Joyce. 2023. Using Aircraft Tracking Data to Estimate the Geographic Scope of Noise Impacts from Low-Level Overflights Above Parks and Protected Areas. Journal of Environmental Management 348(15): 119201 https://doi.org/10.1016/j.jenvman.2023.119201

nps-activespace's People

Contributors

aaaaaaaaaron avatar dbetchkal avatar kirbyh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

gissal

nps-activespace's Issues

Multi-pass annotation

This is a long-term functionality issue related to the ground truthing module.

Essentially, there are often circumstances where a single vehicle track passes through a study area more than once. It would be ideal to be able to annotate multiple sections of the same spectrogram. This would result in several disjunct segments of GPS points.

Right now, we pick one segment to annotate and the other is ignored - introducing deliberate false negatives into the results. If the ignored section is consistently in an under-represented portion of the active space, it could introduce bias into the spatial extent of the study area?

run_ground_truthing.py ModuleNotFoundError

When running ground truthing on some machines, users encounter ModuleNotFoundError when attempting to use run_ground_truthing.py:

Traceback (most recent call last): File "C:\Users\DBetchkal\PythonScripts\GITHUB\NPS-ActiveSpace\_DENA\scripts\run_ground_truthing.py", line 8, in <module> import nps_active_space.ground_truthing as app ModuleNotFoundError: No module named 'nps_active_space'

Human ear should be the ultimate audibility detection threshold

Right now, ambient levels can be provided that set a detection threshold more sensitive than the human ear. This represents a potential source of error, especially given we are using residual ambient $L_{Z90}$ spectrally, and in some bands sound level meters can exceed the sensitivity of a human ear.

To fix this problem we simply need to use the maximum of the ISO 226:2003 equal loudness contour for the threshold of human hearing and the ambience curve in each band.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.