This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Matt Fearon <address@hidden> >Organization: Desert Research Institute >Keywords: 199908242119.PAA03220 >Steve, > >After running the gdlist program and printing the output to a >file, the output file contains data for individual grid cells, >e.g. column #, row # - Is there a way to figure out where >on a map of the US (conus) the point for a specific column #, >row # is located? > >example: where would column 2, row 65 be located geographically > on a US Map? > >Please let me know when you have a chance. Thank you. > >Matt Fearon >address@hidden > > > > Matt, You can print out the Lat and Lon for grid points using the built in grid parameters LATR and LONR (in radians) and the radian to degree multiplier like: gfunc = mul(latr,RTD) gfunc = mul(lonr,RTD) Steve Chiswell