[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Basemap/Cartopy for GNU Octave?
From: |
Christian T. Steigies |
Subject: |
Re: Basemap/Cartopy for GNU Octave? |
Date: |
Mon, 27 Feb 2017 09:10:10 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Feb 26, 2017 at 04:16:25PM +0100, Marco Atzeri wrote:
> On 26/02/2017 15:12, zequinha wrote:
> >Hi guys,
> >
> >Is there a geographical/mapping toolbox with similar functionality to
> >basemap/cartopy in GNU Octave?
> >
> >
>
> have you looked at mapping ?
> https://octave.sourceforge.io/mapping/index.html
I have never used it (I use GMT for maps), but there seems to be a typo:
https://octave.sourceforge.io/mapping/overview.html
fromDegrees Convert angles from radians.
fromRadians Convert angles from radians.
shouldn't that be symmetric to the inverse function?
toDegrees Convert angles into degrees.
toRadians Convert angles into radians.
Christian