PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
Public Member Functions | |
LonLatCalculator (const std::string &proj_string) | |
std::array< double, 2 > | lonlat (double x, double y) |
Private Attributes | |
Proj | m_coordinate_mapping |
Utility class converting x,y
coordinates in a projection to a lon,lat
pair.
Requires the PROJ
library.
Definition at line 61 of file InputInterpolationYAC.cc.