MeteoIODoc 20260811.aeb9aef5
Environmental timeseries pre-processing
Loading...
Searching...
No Matches
iCSVIO.cc File Reference
#include <meteoio/FStream.h>
#include <meteoio/FileUtils.h>
#include <meteoio/plugins/plugin_utils.h>
#include <meteoio/plugins/iCSVIO.h>
#include <sys/stat.h>
#include <iostream>
#include <memory>
#include <regex>

Namespaces

namespace  mio
 

Functions

static bool mio::inputFilesWithinLimit (const std::vector< std::string > &filenames)
 Checks if the total size of the files specified by the given filenames is within the memory limit.
 
static std::string mio::joinVector (const std::vector< std::string > &vec, const char &delimiter)
 
static std::set< Coordsmio::getUniqueLocations (iCSVFile &file)
 

Variables

static const std::string mio::dflt_extension_iCSV = ".icsv"
 
static const double mio::snVirtualSlopeAngle = 38.
 
static const std::streamsize mio::MAXMEMORY = static_cast<std::streamsize>(20) * 1024 * 1024 * 1024