CalCOFI / capstone

Capstone project for CCDSP fellowship, where we will store data and code
1 stars 2 forks source link

Plotting Latitude, Longitude, and Depth in a 3D plot #3

Open PK0207 opened 2 years ago

PK0207 commented 2 years ago

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:

PK0207 commented 2 years ago

From a preliminary exploration in python using plotly, this is what I came up with:
image There seem to be some problems because depths sampling is not continuous:
image

PK0207 commented 2 years ago

Plotly also has an example of layers of a 3D solid object shown, kind of like the cross sections we talked about. This could then become a stack of 2D graphs to make the data more interpretable.