|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <LonLatCalculator.hh>
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 34 of file LonLatCalculator.hh.