I'm new to 3D representations but I think what I want to do ought to be possible. Here it is:
I'm trying to identify the best (any) method to create an extrapolated (interpolated) 3D 'thing'. Not sure if it would rightly be called a surface, multipatch, or extruded shape but here's the detail.
I've got boring data for some number of wells across a site. For each well I have the horizontal location and the starting elevation (ground surface). The well data records a value for the amount of a soil contaminant at various irregular intervals along the depth of the well shaft. I have the depth of each recording and can calculate the elevation of each recording. So the tabular data after formatting will look something like the table at the bottom. It should be noted that each well is of varying depth, and the responses are irregular in their depth intervals.
Using a Z-enabled FC I can create a matrix of points each with a response value that I then want to use to construct the 'blob' to visualize the extent and distribution of the contaminant based on the response. I want also to be able to afterward take cross sections (horizontal and vertical) of the resultant 'blob'.
Does ArcGIS have tools to perform these functions? I've access to Map 10.4, Pro 1.3, 3D analyst and Spatial Analyst extensions.
Any insight the community can provide is appreciated. Thanks for reading!
| Well | X | Y | Z(Ft AMSL) | Response(ppm) |
|---|
| A | 11111111.1 | 11111111.2 | 230 | 0 |
| A | 11111111.1 | 11111111.2 | 222 | 25 |
| A | 11111111.1 | 11111111.2 | 219 | 40 |
| B | 22222222.1 | 22222222.2 | 195 | 100 |
| B | 22222222.1 | 22222222.2 | 191 | 60 |
| B | 22222222.1 | 22222222.2 | 188 | 50 |
| C | 33333333.1 | 33333333.2 | 322 | 25 |
| C | 33333333.1 | 33333333.2 | 320 | 5 |
| C | 33333333.1 | 33333333.2 | 312 | 0 |