MPAS-JEDI
Interpolate.InterpolateLonLat Class Reference
Inheritance diagram for Interpolate.InterpolateLonLat:
Collaboration diagram for Interpolate.InterpolateLonLat:

Public Member Functions

def __init__ (self, LonIn, LatIn, nInterpPoints=5, weightMethod='unstinterp', distanceMethod='greatcircle', Radius=1., calculateDiagnostics=False)
 
def initNeighbors (self, LonOut, LatOut)
 
def initWeights (self, LonOut, LatOut, updateNeighbors=False)
 
def greatcircleInDistances (self, Inds1, Inds2)
 
def __init__ (self, LonIn, LatIn, nInterpPoints=5, weightMethod='unstinterp', distanceMethod='greatcircle', Radius=1., calculateDiagnostics=False)
 
def initNeighbors (self, LonOut, LatOut)
 
def initWeights (self, LonOut, LatOut, updateNeighbors=False)
 
def greatcircleInDistances (self, Inds1, Inds2)
 
- Public Member Functions inherited from Interpolate.InterpolateCartesian
def initNeighbors (self, XOut, YOut, ZOut)
 
def InDistances (self, Inds1, Inds2)
 
def cartesianInDistances (self, Inds1, Inds2)
 
def initWeights (self, XOut=None, YOut=None, ZOut=None, updateNeighbors=False)
 
def inverseDistanceWeights (self)
 
def unstinterpBarycentScalarWeights (self)
 
def unstinterpBarycentCleanupWeights (self)
 
def unstinterpBarycentWeights (self)
 
def barycentricScalarWeights (self)
 
def barycentricWeights (self)
 
def projectedBarycentricWeights (self)
 
def apply (self, fIn, OutInds=None)
 
def applyAtIndex (self, fIn, OutInd)
 
def initNeighbors (self, XOut, YOut, ZOut)
 
def InDistances (self, Inds1, Inds2)
 
def cartesianInDistances (self, Inds1, Inds2)
 
def initWeights (self, XOut=None, YOut=None, ZOut=None, updateNeighbors=False)
 
def inverseDistanceWeights (self)
 
def unstinterpBarycentScalarWeights (self)
 
def unstinterpBarycentCleanupWeights (self)
 
def unstinterpBarycentWeights (self)
 
def barycentricScalarWeights (self)
 
def barycentricWeights (self)
 
def projectedBarycentricWeights (self)
 
def apply (self, fIn, OutInds=None)
 
def applyAtIndex (self, fIn, OutInd)
 

Public Attributes

 LatIn
 
 LonIn
 
 Radius
 
 Scale
 
 distanceMethod
 
 nnInterpDistances
 
- Public Attributes inherited from Interpolate.InterpolateCartesian
 calculateDiagnostics
 
 weightMethod
 
 minInterpPoints
 
 distanceMethods
 
 distanceMethod
 
 distanceMethodInitialized
 
 nIn
 
 XIn
 
 YIn
 
 ZIn
 
 Scale
 
 TreeIn
 
 nInterpPoints
 
 nnInterpInds
 
 XOut
 
 YOut
 
 ZOut
 
 nOut
 
 InDistanceFunction
 
 nnInterpWeights
 
 combinationUsed
 
 triangleArea
 
 determinant
 
 ycoord
 
 aspectRatio
 

Additional Inherited Members

- Static Public Attributes inherited from Interpolate.InterpolateCartesian
int eps = 1.e-10
 

Detailed Description

Definition at line 711 of file Interpolate.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def Interpolate.InterpolateLonLat.__init__ (   self,
  LonIn,
  LatIn,
  nInterpPoints = 5,
  weightMethod = 'unstinterp',
  distanceMethod = 'greatcircle',
  Radius = 1.,
  calculateDiagnostics = False 
)

Reimplemented from Interpolate.InterpolateCartesian.

Definition at line 712 of file Interpolate.py.

Here is the caller graph for this function:

◆ __init__() [2/2]

def Interpolate.InterpolateLonLat.__init__ (   self,
  LonIn,
  LatIn,
  nInterpPoints = 5,
  weightMethod = 'unstinterp',
  distanceMethod = 'greatcircle',
  Radius = 1.,
  calculateDiagnostics = False 
)

Reimplemented from Interpolate.InterpolateCartesian.

Definition at line 712 of file Interpolate.py.

Here is the call graph for this function:

Member Function Documentation

◆ greatcircleInDistances() [1/2]

def Interpolate.InterpolateLonLat.greatcircleInDistances (   self,
  Inds1,
  Inds2 
)

Definition at line 748 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ greatcircleInDistances() [2/2]

def Interpolate.InterpolateLonLat.greatcircleInDistances (   self,
  Inds1,
  Inds2 
)

Definition at line 748 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initNeighbors() [1/2]

def Interpolate.InterpolateLonLat.initNeighbors (   self,
  LonOut,
  LatOut 
)

Definition at line 729 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initNeighbors() [2/2]

def Interpolate.InterpolateLonLat.initNeighbors (   self,
  LonOut,
  LatOut 
)

Definition at line 729 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initWeights() [1/2]

def Interpolate.InterpolateLonLat.initWeights (   self,
  LonOut,
  LatOut,
  updateNeighbors = False 
)

Definition at line 743 of file Interpolate.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initWeights() [2/2]

def Interpolate.InterpolateLonLat.initWeights (   self,
  LonOut,
  LatOut,
  updateNeighbors = False 
)

Definition at line 743 of file Interpolate.py.

Here is the call graph for this function:

Member Data Documentation

◆ distanceMethod

Interpolate.InterpolateLonLat.distanceMethod

Definition at line 733 of file Interpolate.py.

◆ LatIn

Interpolate.InterpolateLonLat.LatIn

Definition at line 717 of file Interpolate.py.

◆ LonIn

Interpolate.InterpolateLonLat.LonIn

Definition at line 718 of file Interpolate.py.

◆ nnInterpDistances

Interpolate.InterpolateLonLat.nnInterpDistances

Definition at line 735 of file Interpolate.py.

◆ Radius

Interpolate.InterpolateLonLat.Radius

Definition at line 719 of file Interpolate.py.

◆ Scale

Interpolate.InterpolateLonLat.Scale

Definition at line 726 of file Interpolate.py.


The documentation for this class was generated from the following file: