All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ucar.nc2.iosp.noaa.GhcnmIndex.proto Maven / Gradle / Ivy

package ghcnm;

option java_package = "ucar.nc2.iosp.noaa";
option java_outer_classname = "GhcnmProto";

message StationIndex {
  required uint64 stnid = 1;
  required uint64 stnPos = 2;
  required uint64 dataPos = 3;
  required uint32 dataCount = 4;
}

message StationIndexList {
  repeated StationIndex list = 1;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy