Skip to content
Snippets Groups Projects
african_easterly_waves.proto 372 B
syntax = "proto2";
import "identification.proto";

message VectorGeo {
  optional float level = 100;
  optional float lat = 101;
  optional float lon = 102;
}

message Vector {
  optional float z = 1;
  optional float y = 2;
  optional float x = 3;
}

/* The extended properties with all the features of a PV streamer.
 */
extend Properties {

  optional float a = 100;

}