• Models
  • Contests
  • Slicer
  • Login
  • Start Here
    thingiverse-iconprintables-iconcults3d-iconmakerworld-iconmyminifactory-icon

    3D GO

    3D ModelsContestsCollectionsSaved ModelsOn a mobile device?

3D GO

Privacy Policy
World map (high resolution, land areas) 3D Printer File Image 1
World map (high resolution, land areas) 3D Printer File Image 2
World map (high resolution, land areas) 3D Printer File Thumbnail 1
World map (high resolution, land areas) 3D Printer File Thumbnail 2

World map (high resolution, land areas)

therainbowmaker avatartherainbowmaker

August 2, 2021

thingiverse-icon
DescriptionCommentsTags

Description

This is a high resolution world map of land areas from one of Matlab's world map examples. I extracted the lines from this image into Inkscape, then made a vector graph, then extruded it. I deleted most of the small islands and unfortunately the continent of Antarctica as the line extraction gave too many breakpoints to yield a succesful extrusion. (It should be the Robinson projection.)

Here's the lazy code I wrote to extract land pieces.

I = geoshow('landareas.shp');

X = [];
Y = [];
for k = 1 : numel(I.Children)
disp(k)
x = get(I.Children(k), 'XData');
y = get(I.Children(k), 'YData');

X = [X; nan; x];
Y = [Y; nan; y];
end

X(1) = [];
Y(1) = [];

%%
close all
worldmap world
plotm(Y, X)

More about maps in Matlab: https://www.mathworks.com/help/map/create-a-world-map.html

License:

Creative Commons - Attribution

Related Models

The Endeavor preview image

The Endeavor

MakerBot profile image

MakerBot

9,823

New York City Manhattan Mini v2.0 preview image

New York City Manhattan Mini v2.0

jarvizar profile image

jarvizar

1,232

Matterhorn Mountain Tag  – Summit series preview image

Matterhorn Mountain Tag – Summit series

ab profile image

ab

69

2D Art Earth Globe preview image

2D Art Earth Globe

GALAXYO_o profile image

GALAXYO_o

3,774

Map Sliding Puzzle preview image

Map Sliding Puzzle

Nikolas Babetas profile image

Nikolas Babetas

518

New Zealand Flag preview image

New Zealand Flag

YardieMiCrazy profile image

YardieMiCrazy

11

Topographic World Map preview image

Topographic World Map

Chrashice profile image

Chrashice

2,850

3D World Map preview image

3D World Map

yas profile image

yas

436