UTM projection

From: Carlos Repelli (carlos AT XXXXXX)
Date: Mon Jun 28 2004 - 22:52:10 MDT


Hi All !
 
I'm trying to use UTM projection on Ezmap through the routines but I
can't draw my map using the central coordinates I desire (RLON/RLAT)
because of the IZON parameter that pre-established zones required (see
lines of my program below).
 
My question is: Is there a way to pass exactly the central coordinates
to Ezmap and have the map centered on these points for UTM projection ?
or. am I not using the proper commands to do so ?
 
Thank you very much for any help.
 
Carlos
 
 
      CALL MAPSET('CO',RLATI,RLONI,RLATF,RLONF)
      CALL MPSETC ('OU - OUTLINE DATA FLAG', 'PS')
      CALL MAPROJ('UT',0.0,RLON,RLAT)
      IZON = SIGN(1,INT(RLAT))*MAX(1,MIN(60,INT(1.+(RLON+180.)/6.)))
      CALL MDUTIN (1,IZON,12,PARA,0.D0,0.D0,0.D0,0.D0)
      CALL MAPINT
 
 


_______________________________________________
ncarg-talk mailing list
ncarg-talk AT unknown
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk



This archive was generated by hypermail 2b29 : Tue Jun 29 2004 - 09:23:43 MDT