7#ifndef ARCHIVIATORE_SITE_H
8#define ARCHIVIATORE_SITE_H
name space generale del programma
virtual const char * get_dem_file_name() const =0
Return dem file name.
virtual const char * get_first_level_file_name(unsigned month) const =0
Return first_elev file name.
std::string name
Nome sito radar.
static const Site & get(const char *name)
Get a Site object according to a site name.
virtual unsigned char get_bin_wind_magic_number(time_t when) const =0
Return the magic number for wind to be used in clean procedure.
int vpr_iaz_max
azimuth index of the end of the area for vpr computation
RadarSite radarSite
Description of radar site.
int vpr_iaz_min
azimuth index of the begin of the area for vpr computation
virtual std::vector< double > get_elev_array(bool medium=false) const =0
return the elev array used
std::string datipath
Path mappe statiche e dati fuzzy logic.
virtual ~Site()
Destructor.