#include <meteoio/IOUtils.h>
#include <map>
#include <sstream>
#include <string>
#include <vector>
#include <algorithm>
Go to the source code of this file.
|
bool | mio::iCSV::operator== (const geoLocation &lhs, const geoLocation &rhs) |
|
bool | mio::iCSV::operator!= (const geoLocation &lhs, const geoLocation &rhs) |
|
bool | mio::iCSV::operator== (const MetaDataSection &lhs, const MetaDataSection &rhs) |
|
bool | mio::iCSV::roughlyEqual (const MetaDataSection &lhs, const MetaDataSection &rhs) |
| Checks if two MetaDataSection objects are roughly equal. More...
|
|
MetaDataSection & | mio::iCSV::operator+= (MetaDataSection &lhs, const MetaDataSection &rhs) |
|
bool | mio::iCSV::operator== (const fieldsSection &lhs, const fieldsSection &rhs) |
|
bool | mio::iCSV::roughlyEqual (const fieldsSection &lhs, const fieldsSection &rhs) |
| Checks if two fieldsSection objects are roughly equal. More...
|
|
fieldsSection & | mio::iCSV::operator+= (fieldsSection &lhs, const fieldsSection &rhs) |
|
std::vector< double > | mio::iCSV::convertVector (const std::vector< std::string > &vec) |
|
std::vector< Coords > | mio::iCSV::convertVector (const std::vector< geoLocation > &vec, const int &epsg) |
|
geoLocation | mio::iCSV::extractCoordinates (const std::string &geometry) |
| extracts a geoLocation object out of a WKT geometry string. More...
|
|
geoLocation | mio::iCSV::toiCSVLocation (Coords loc, const int &epsg) |
|
◆ default_nodata
const double default_nodata = M_PI |
|
static |