Skip to content

RobertABT/heightmap

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published