[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Overlaying map in octave
From: |
Andreas Weber |
Subject: |
Re: Overlaying map in octave |
Date: |
Thu, 09 Oct 2014 14:30:01 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.8.1 |
On 09.10.2014 12:31, Zilore Mumba wrote:
> Hello, <mailto:address@hidden>
> I noticed that octave has a possibility of using the m_map utility of
> matlab to overaly a basemap over contours.
I just tried to use M_Map from http://www2.ocgy.ubc.ca/~rich/map.html.
$ wget http://www.eos.ubc.ca/%7Erich/m_map1.4.tar.gz
$ tar xzf m_map1.4.tar.gz
The I started octave:
octave:1> addpath("~/temp/m_map") # adapt this
After this I'm able to run some of the examples on
http://www2.ocgy.ubc.ca/~rich/map.html#examples. Many of the examples
show warnings and some errors which could be easily fixed.
> with my modifications, of course.
> But then I get the error
> "error: 'm_proj' undefined near line 67 column 1
> error: called from:
> error: /home/zmumba/Optiminterp/example_optiminterp_data.m at line 67,
> column 1"
Are you able to run the examples and have you added the installation dir
with addpath as http://www2.ocgy.ubc.ca/~rich/private/mapug.html#p1
describes?
Andy