dbetchkal / NMSIM-Python

A Python-based wrapper for Noise Model Simulation (NMSIM). Eases the creation of input files and joining data from GIS databases.
GNU General Public License v2.0
10 stars 3 forks source link

DEM smoothing #9

Open dbetchkal opened 3 years ago

dbetchkal commented 3 years ago

One issue with developing naive trajectory files from x,y points involves setting the appropriate z values. (In short: planes don't respect sudden dips in elevation from valleys or canyons.) A 90th percentile smooth of the raster allows more appropriate "above ground level" (AGL) estimations.

Two changes required: