3D Model  >  Other categories
0+
Map of Bergen 卑尔根地形图
Map of Bergen
Price£0 List:£0.39
Stand by Free Shipping(可下载)
SOLD0 [Comment0Article]
Map_of_Bergen.zip Click to download Downloads: 2  

- +
Add to Cart   
In Stock:99
Seller:Model City 模型城
Satisfaction Good rating0%
Rating:0
Service Attitude:0
Logistics:0
Recommended

by AndreyBezrukov, published

Topographical map of Bergen, Norway.
That web page helped me a lot:) http://www.navimationresearch.net/tag/heightmap/

How I Designed This

Data source

The height map of Bergen with 10 m resolution was downloaded from http://data.kartverket.no/download/.

Data conversion

*.dem file from kartverket was converted using GDAL software to PNG format. The PNG file contained different shades of gray, corresponding to different heights. The following command was used for conversion:

gdal_translate -scale 0 700 -of PNG *.dem heightmap.png

where scale sets 0 meters height to black and 700 meters height to white.

Building of the mdel

The 3D model was built with OpenSCAD using the surface() function. The function transforms PNG file to a 3D profile.