DOKK / manpages / debian 12 / libncarg-dev / css2c.3ncarg.en
CSS2C(3NCARG) NCAR GRAPHICS CSS2C(3NCARG)

CSS2C - convert from Cartesian to lat/lon coordinates

CALL CSS2C (N, RLAT, RLON, X, Y, Z)

(integer, input) The number of coordinates to convert.
(real, input) The latitudes of the input coordinates, in degrees.
(real, input) The longitudes of the input coordinates, in degrees.
(real, output) The Cartesian coordinates of the output points.

CSS2C is called to find equivalent Cartesian coordinates on the unit sphere to latitude and longitude coordinates. The coordinate 0. degrees latitude and 0. degrees longitude is mapped to the Cartesian coordinate (1., 0.,0.).

To use CSS2C, load the NCAR Graphics library ngmath.

css_overview, cssgrid, csc2s.

Complete documentation for Cssgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html

Copyright (C) 2000
University Corporation for Atmospheric Research

The use of this Software is governed by a License Agreement.

May 2000 UNIX