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

Home » Public Forums » archive » Printinf Latitudes & Longitudes in a MAP using IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Printinf Latitudes & Longitudes in a MAP using IDL [message #46109] Tue, 01 November 2005 14:09 Go to previous message
IDEAL is currently offline  IDEAL
Messages: 1
Registered: November 2005
Junior Member
Hello ,

Trying to use IDL to grid data to a MAP. I need some help on
displaying latitudes and longitudes in a MAP using IDL.

I have the data to be shown on the map in img3 variable

and here is the code I am using for showing the data in a MAP

latmin = 15
latmax = 60
lonmin = -140
lonmax = -50

MAP_SET, /cylindrical,LIMIT=[latmin, lonmin, latmax, lonmax]
img3 = MAP_IMAGE(img1,Startx,Starty, COMPRESS=1,LATMIN=latmin,
LONMIN=lonmin,LATMAX=latmax, LONMAX=lonmax)

;Display the warped image on the map at the proper position:
tvscl,img3 ,Startx,Starty

; Draw continent outlines:
MAP_GRID, /BOXAXES,latdel=10, londel=10, latlab=-139, lonlab =
15,/LABEL,/HORIZON

; Draw gridlines over the map and image:
MAP_CONTINENTS, /coasts, /countries

I get the latitudes and longitudes values along the inside border of
the bounding box created by MAP_SET. How can I show the values of the
latitudes and longitudes outside the bounding box created by MAP_SET

Thank You
[Message index]
 
Read Message
Read Message
Previous Topic: reverse problem
Next Topic: Re: point datasets in ENVI: some potentially useful routines and an ROI problem

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

Current Time: Wed Oct 08 19:39:38 PDT 2025

Total time taken to generate the page: 0.00431 seconds