ucar.nc2.iosp.noaa.GhcnmIndex.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdm Show documentation
Show all versions of cdm Show documentation
The NetCDF-Java Library is a Java interface to NetCDF files,
as well as to many other types of scientific data formats.
The newest version!
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;
}
// cd c:/dev/github/thredds/cdm/src/main/java
// protoc --proto_path=. --java_out=. ucar/nc2/iosp/noaa/GhcnmIndex.proto
© 2015 - 2024 Weber Informatics LLC | Privacy Policy