Represents a specific location on the earth as a latitude, longitude pair. More...
Represents a specific location on the earth as a latitude, longitude pair.
This is meant to be used with action_clatlon to generate fixed lat-lon grids.
Public Member Functions | |
def | __init__ (self, lat, lon) |
FixedLocation constructor. More... | |
def | getlat (self) |
Returns the point's latitude. | |
def | getlon (self) |
Returns the point's longitude. More... | |
def | setlat (self, val) |
Sets the point's latitude. More... | |
def | setlon (self, val) |
Sets the point's longitude. More... | |
![]() | |
def | is_ready (self, args, kwargs) |
Returns True if this object and its subobjects are all ready for a call to make, and False otherwise. More... | |
def | input_valid (self, kwargs) |
Returns True if the specified kwargs are valid and False otherwise. More... | |
def | make (self, regrib, kwargs) |
Runs the action this object should perform and returns another GRIBBase object. More... | |
Properties | |
nscenter | |
The latitude in degrees North. More... | |
ewcenter | |
The longitude in degrees East. More... | |
def hwrf.regrib.FixedLocation.__init__ | ( | self, | |
lat, | |||
lon | |||
) |
FixedLocation constructor.
lat,lon | The fixed location in degrees North and East. |
def hwrf.regrib.FixedLocation.getlon | ( | self | ) |
def hwrf.regrib.FixedLocation.setlat | ( | self, | |
val | |||
) |
def hwrf.regrib.FixedLocation.setlon | ( | self, | |
val | |||
) |
|
static |
|
static |