#include <string>
#include <array>
#include "pism/util/Units.hh"
#include "pism/util/VariableMetadata.hh"
Go to the source code of this file.
|
std::string | pism::grid_name (const pism::File &file, const std::string &variable_name, pism::units::System::Ptr sys, bool piecewise_constant) |
|
VariableMetadata | pism::epsg_to_cf (units::System::Ptr system, const std::string &proj_string) |
| Return CF-Convention "mapping" variable corresponding to an EPSG code specified in a PROJ string.
|
|
void | pism::write_mapping (const File &file, const pism::MappingInfo &info) |
|
int | pism::parse_epsg (const std::string &proj_string) |
|
void | pism::check_consistency_epsg (const VariableMetadata &cf_mapping, const std::string &proj_string) |
| Check consistency of the "mapping" variable with the EPSG code in the proj string.
|
|
void | pism::compute_longitude (const std::string &projection, array::Scalar &result) |
|
void | pism::compute_latitude (const std::string &projection, array::Scalar &result) |
|
void | pism::compute_lon_bounds (const std::string &projection, array::Array3D &result) |
|
void | pism::compute_lat_bounds (const std::string &projection, array::Array3D &result) |
|
std::string | pism::cf_to_proj (const VariableMetadata &mapping) |
|