// Make sure we have an up to date set of all the stations already available in the DB
vector<StationData>vecAllStations;
readMetaData("select id_fixed_station as id, station_name as name, coord_x as x, coord_y as y, altitude, epsg from fixed_station ORDER BY id;",vecAllStations);