cgMap error! [message #89915] |
Wed, 24 December 2014 12:38  |
Dave[4]
Messages: 38 Registered: December 2007
|
Member |
|
|
Hi, guys:
When I use the fallowing code:
mp = Obj_New('cgMap', 'Cylindrical Equal Area',Ellipsoid='WGS 84', /GCTP, $
CENTER_LONGITUDE=105, STANDARD_PARALLEL=30)
I get error:
% MAP_PROJ_CHECKPARAMS: Parameter CENTER_LATITUDE not allowed for projection: Cylindrical Equal Area. Allowed
parameters include: CENTER_LONGITUDE, FALSE_EASTING, FALSE_NORTHING, SEMIMAJOR_AXIS,
SEMIMINOR_AXIS, STANDARD_PARALLEL.
So, is that a cgMap error? thanks!
Dave
|
|
|
Re: cgMap error! [message #89917 is a reply to message #89915] |
Wed, 24 December 2014 13:38   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Dave writes:
> When I use the fallowing code:
>
> mp = Obj_New('cgMap', 'Cylindrical Equal Area',Ellipsoid='WGS 84', /GCTP, $
> CENTER_LONGITUDE=105, STANDARD_PARALLEL=30)
>
> I get error:
>
> % MAP_PROJ_CHECKPARAMS: Parameter CENTER_LATITUDE not allowed for projection: Cylindrical Equal Area. Allowed
> parameters include: CENTER_LONGITUDE, FALSE_EASTING, FALSE_NORTHING, SEMIMAJOR_AXIS,
> SEMIMINOR_AXIS, STANDARD_PARALLEL.
>
> So, is that a cgMap error? >
Yes. Get an updated version here:
http://www.idlcoyote.com/programs/cgmap__define.pro
Merry Christmas!
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: cgMap error! [message #89924 is a reply to message #89915] |
Mon, 29 December 2014 04:17  |
Dave[4]
Messages: 38 Registered: December 2007
|
Member |
|
|
在 2014年12月25日星期四UTC+8上午4时38分48秒,Dave 道:
> Hi, guys:
> When I use the fallowing code:
>
> mp = Obj_New('cgMap', 'Cylindrical Equal Area',Ellipsoid='WGS 84', /GCTP, $
> CENTER_LONGITUDE=105, STANDARD_PARALLEL=30)
>
> I get error:
>
> % MAP_PROJ_CHECKPARAMS: Parameter CENTER_LATITUDE not allowed for projection: Cylindrical Equal Area. Allowed
> parameters include: CENTER_LONGITUDE, FALSE_EASTING, FALSE_NORTHING, SEMIMAJOR_AXIS,
> SEMIMINOR_AXIS, STANDARD_PARALLEL.
>
> So, is that a cgMap error? thanks!
>
> Dave
Very thanks! David
|
|
|