You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by nc...@apache.org on 2021/05/07 00:17:45 UTC

[incubator-sdap-nexusproto] branch master updated: CDMS-69: Added standard_name to protobuf TileSummary (#7)

This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexusproto.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d7bcdb  CDMS-69: Added standard_name to protobuf TileSummary (#7)
1d7bcdb is described below

commit 1d7bcdbdc7bee04ec4252dd8b375863b9ea8d1b8
Author: Stepheny Perez <sk...@users.noreply.github.com>
AuthorDate: Thu May 6 17:17:37 2021 -0700

    CDMS-69: Added standard_name to protobuf TileSummary (#7)
---
 src/main/proto/DataTile.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/proto/DataTile.proto b/src/main/proto/DataTile.proto
index 82cb178..f2accf1 100644
--- a/src/main/proto/DataTile.proto
+++ b/src/main/proto/DataTile.proto
@@ -131,6 +131,7 @@ message TileSummary{
 
     }
     DataStats stats = 9;
+    string standard_name = 10;
 }
 
 message NexusTile{