In the macro migration example:
%cd ~/research/migration/GOS/
and
def file_path(name):
"""
Shortcut function to get the relative path to the directory
which contains the data.
"""
return "./examples/multiscale-migration/data/%s" % name
|
m.readshapefile('./gos/World/World', 'world',drawbounds=False) |
These will not work on a fresh install of GOS.
In the macro migration example:
and
GOS/gos/visulize.py
Line 89 in 73aa743
These will not work on a fresh install of GOS.