|
MPAS-JEDI
|


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) |
Additional Inherited Members | |
Static Public Attributes inherited from Interpolate.InterpolateCartesian | |
| int | eps = 1.e-10 |
Definition at line 711 of file Interpolate.py.
| 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.

| 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.

| def Interpolate.InterpolateLonLat.greatcircleInDistances | ( | self, | |
| Inds1, | |||
| Inds2 | |||
| ) |
Definition at line 748 of file Interpolate.py.


| def Interpolate.InterpolateLonLat.greatcircleInDistances | ( | self, | |
| Inds1, | |||
| Inds2 | |||
| ) |
Definition at line 748 of file Interpolate.py.


| def Interpolate.InterpolateLonLat.initNeighbors | ( | self, | |
| LonOut, | |||
| LatOut | |||
| ) |
Definition at line 729 of file Interpolate.py.


| def Interpolate.InterpolateLonLat.initNeighbors | ( | self, | |
| LonOut, | |||
| LatOut | |||
| ) |
Definition at line 729 of file Interpolate.py.


| def Interpolate.InterpolateLonLat.initWeights | ( | self, | |
| LonOut, | |||
| LatOut, | |||
updateNeighbors = False |
|||
| ) |
Definition at line 743 of file Interpolate.py.


| def Interpolate.InterpolateLonLat.initWeights | ( | self, | |
| LonOut, | |||
| LatOut, | |||
updateNeighbors = False |
|||
| ) |
| Interpolate.InterpolateLonLat.distanceMethod |
Definition at line 733 of file Interpolate.py.
| Interpolate.InterpolateLonLat.LatIn |
Definition at line 717 of file Interpolate.py.
| Interpolate.InterpolateLonLat.LonIn |
Definition at line 718 of file Interpolate.py.
| Interpolate.InterpolateLonLat.nnInterpDistances |
Definition at line 735 of file Interpolate.py.
| Interpolate.InterpolateLonLat.Radius |
Definition at line 719 of file Interpolate.py.
| Interpolate.InterpolateLonLat.Scale |
Definition at line 726 of file Interpolate.py.