static function _getFromStationId($stationId)
 {
     $o = new HMBData();
     return $o->retrieve_one("stationId=?", $stationId);
 }