comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Map Projection
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Map Projection [message #86271 is a reply to message #86267] Tue, 22 October 2013 08:12 Go to previous messageGo to previous message
suicidaleggroll is currently offline  suicidaleggroll
Messages: 14
Registered: September 2013
Junior Member
On Tuesday, October 22, 2013 8:47:26 AM UTC-6, Morgan Silverman wrote:
> Hello,
>
>
>
> I'm trying to create a basic plot with a map of the US and trajectory data plotting on top. I'm trying to follow the map projection method using mapCoord = Obj_New('cgmap', 'Lambert Azimuthal', Limit=limit).
>
>
>
> I keep coming across an ellipsoid statement in most of the examples I've found but I can't find any explanation as to what it is. Different examples have use ellipsoid=24, ellipsoid=19, ellipsoid=WGS84, etc...I don't know if I need this or how to set it if I do.
>
>
>
> Can someone please explain what the ellipsoid statement is? And, is mapCoord=Obj_New('cgmap', ....) the best way to go about plotting a map of the United States? Thank you.
>
>
>
> Sincerely,
>
> Morgan

You could always use the regular map_set and map_continents procedures:

map_set, 0, 0, /cyl, /iso, /noborder, limit=[25,-125,50,-67]
map_continents, /hires
map_continents, /hires, /usa
plots, lons, lats, psym=2
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Better (updated) political boundaries on maps?
Next Topic: timegen

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:31:18 PDT 2025

Total time taken to generate the page: 0.00415 seconds