RobertABT / heightmap

OS data to STL for a 3d printer (Work in Progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP The modules you need for stlwrite.py are:

pylab numpy stl_tools

The modules you need for modifiedstlwrite.py are (this adds ability to view in terminal):

pylab numpy (normally in python2.7 distribution) stl_tools mayavi

Python script for converting Ordnance Survey maps to .stl 3D printable files.

To add the .dbf files together we used this command:

cat *.dbf | sed 's/os/\'$'\nos/g' | sed '/q/d' | sed '/^$/d' > test.whatever

How to install modules:

sudo apt-get python-pip

sudo apt-get install matplotlib (contains pylab)

sudo apt-get install mayavi2

sudo pip install stl_tools (this can take a long time)

About

OS data to STL for a 3d printer (Work in Progress)

License:MIT License


Languages

Language:C 49.2%Language:Python 25.9%Language:Fortran 12.4%Language:C++ 10.3%Language:JavaScript 1.6%Language:Objective-C 0.6%Language:TeX 0.1%Language:CSS 0.0%Language:MATLAB 0.0%Language:M 0.0%