logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MAPTRI - Performs inverse transformations.

Access

       To use MAPTRI or c_maptri, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably  in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_maptri (float uval, float vval, float *rlat,
       float *rlon)

Description

       UVAL and VVAL
                   (input  expressions, of type REAL) define the point (UVAL,VVAL) that is the projection in the
                   u/v plane of the point whose latitude and longitude are desired. The units of UVAL  and  VVAL
                   depend on the projection.

       RLAT and RLON
                   (output  variables, of type REAL) are the latitude and longitude, respectively, of the point,
                   in degrees. RLAT will be between -90. and +90., inclusive; RLON will  be  between  -180.  and
                   +180., inclusive.

                   If  the  point (UVAL,VVAL) is not the projection of some point of the globe or is outside the
                   boundary of the map, RLAT and RLON are returned equal to 1.E12.

Examples

       Use the ncargex command to see the following relevant examples: ccpmpxy, mpex10.

Name

       MAPTRI - Performs inverse transformations.

See Also

       Online:  ezmap,  ezmap_params,  mapaci,  mapbla,  mapblm, mapdrw, mapeod, mapfst, mapgci, mapgrd, mapgrm,
       mapgtc, mapgti, mapgtl, mapgtr, mapint, mapiq, mapiqa, mapiqd, mapiqm,  mapit,  mapita,  mapitd,  mapitm,
       maplbl,  maplmb,  maplot,  mappos, maproj, maprs, maprst, mapsav, mapset, mapstc, mapsti, mapstl, mapstr,
       maptra, maptrn, mapusr, mapvec, mpchln, mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty,  mpiaty,  mpifnb,
       mpilnb,  mpiola,  mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri, mpname, mprset,
       mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon, ncarg_cbind

       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial

Synopsis

       CALL MAPTRI (UVAL,VVAL,RLAT,RLON)

See Also