Open
Description
One use case for machine learning in river / estuary 2D or 3D flow and/or sediment transport models is automated derivation of mesh density specifications for inputs into mesh generators. The mesh generators take polygons that specify higher density at changes in slope, e.g. road prisms or levees, and lower density in simple / flat topography.
TODO:
- Get X, Y, Z lidar points data (Use the data from this datashader example - Puget Sound Lidar Consortium)
- Experiment with informative features from differencing elevation:
-
from scipy.ndimage.filters import laplace
-
np.gradient
-
- Build custom estimator / transformer using pywavelet