Goal:
Create a 3D surface plot of the data provided (ocean samples) by using the latitude, longitude, and depth parameters in the bottle_and_cast.csv.
Proposed plan:
- Use plotly (python) and leaflet and shinty (R) to produce this ploe
- First take the unique values of
Lat_Dec and Lon_Dec to determine the bounds of the plot
- Then find the
Depthm array of values associated with each lat,long pair