Skip to content

Commit

Permalink
change lat+lon to the axis variables. rm x+y vars
Browse files Browse the repository at this point in the history
  • Loading branch information
7yl4r authored Jun 28, 2024
1 parent e4830ff commit 30bda68
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions datasets/moda_oc_1d_gom/dataset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<att name="title">Data from a local source.</att>
</addAttributes>
<axisVariable>
<sourceName>y</sourceName>
<sourceName>lat</sourceName>
<destinationName>latitude</destinationName>
<!-- sourceAttributes>
</sourceAttributes -->
Expand All @@ -38,7 +38,7 @@
</addAttributes>
</axisVariable>
<axisVariable>
<sourceName>x</sourceName>
<sourceName>lon</sourceName>
<destinationName>longitude</destinationName>
<!-- sourceAttributes>
</sourceAttributes -->
Expand Down Expand Up @@ -124,38 +124,4 @@
<att name="ioos_category">Optical Properties</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>lat</sourceName>
<destinationName>lat</destinationName>
<dataType>double</dataType>
<!-- sourceAttributes>
<att name="_ChunkSizes" type="uintList">286 429</att>
<att name="long_name">latitude coordinate</att>
<att name="standard_name">latitude</att>
<att name="units">degrees_north</att>
</sourceAttributes -->
<addAttributes>
<att name="_ChunkSizes">null</att>
<att name="colorBarMaximum" type="double">90.0</att>
<att name="colorBarMinimum" type="double">-90.0</att>
<att name="ioos_category">Location</att>
</addAttributes>
</dataVariable>
<dataVariable>
<sourceName>lon</sourceName>
<destinationName>lon</destinationName>
<dataType>double</dataType>
<!-- sourceAttributes>
<att name="_ChunkSizes" type="uintList">286 429</att>
<att name="long_name">longitude coordinate</att>
<att name="standard_name">longitude</att>
<att name="units">degrees_east</att>
</sourceAttributes -->
<addAttributes>
<att name="_ChunkSizes">null</att>
<att name="colorBarMaximum" type="double">180.0</att>
<att name="colorBarMinimum" type="double">-180.0</att>
<att name="ioos_category">Location</att>
</addAttributes>
</dataVariable>
</dataset>

0 comments on commit 30bda68

Please sign in to comment.