-
Notifications
You must be signed in to change notification settings - Fork 12
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
54 supporting other lidar interpolation options #69
54 supporting other lidar interpolation options #69
Conversation
… for a set of lidar points in a pixel.
Hi @Martin20494, Do you mind reviewing my PR and accepting these changes if you are happy with them? I'll create a meeting for next Tuesday to run through what's involved in performing a PR. Also should we add support for the min and max as well? |
Hi @rosepearson, |
Awesome @Martin20494 RE Min and Max. I was wondering. I'll add them now. Let me know if there is any other averaging you may want too and I can add them prior to our meeting tomorrow. I've had a look at the options provided by OpenTopography and will add all of them. This will mean adding min, max, mean, median, std, and point count. Rose |
Awesome! Thank you Rose @rosepearson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have spoken to @Martin20494 and he is happy with this as a first go at adding support for basic interpolation methods. He mentioned we may want to support another method from a paper in the future.
d97f005
into
54-adding-mean-and-median-interpolation-options-in-dem-generation-process
…files (#68) * Added the netcdf4 library to the environment - needed for writing out grouped netcdf files. * Change to using XArray Datasets * Use a separate version.py, update the setup.py - allows version to be referenced when writing out DEMs * Added a new variable to the DEM - source classification - and updated how these are read in to ensure rasterio doesn't add a 'band' coordinate. Also added some explicit garbage collection as the freeing of memory associated with netCDF files is not being done otherwise. * Updated tests with new benchmarks with datasets not dataarrays * Merged in issue 54 - supporting other lidar interpolation options (#69)
Add support for calculating the mean, median or IDW of LiDAR points during the DEM generation process: