PyGridData¶
-
class
awips.dataaccess.PyGridData.
PyGridData
(gridDataRecord, nx, ny, latLonGrid=None, latLonDelegate=None)[source]¶ -
getLatLonCoords
()[source]¶ Gets the lat/lon coordinates of the grid data.
- Returns:
a tuple where the first element is a numpy array of lons, and the second element is a numpy array of lats
-