Thingiverse
World Map with bathymetry
by duwke
53
Downloads
51
Likes
0
Makes
This is a topographical map with included bathymetry (underwater topography).
I got the data from here:
https://visibleearth.nasa.gov/view.php?id=73963
https://visibleearth.nasa.gov/view.php?id=73934
I reduced the number of points to 2%, then used openScad to lay them on top of each other:
`````````````````````````````````````````````````````````````````````````````
difference(){
scale([.6, .6, .1])
surface(file = "gebco_08_rev_bath_2.png", center = true);
color("blue", 1.0)
cube
I got the data from here:
https://visibleearth.nasa.gov/view.php?id=73963
https://visibleearth.nasa.gov/view.php?id=73934
I reduced the number of points to 2%, then used openScad to lay them on top of each other:
`````````````````````````````````````````````````````````````````````````````
difference(){
scale([.6, .6, .1])
surface(file = "gebco_08_rev_bath_2.png", center = true);
color("blue", 1.0)
cube
Sign in to leave a comment
Sign in