Skip to content

Commit

Permalink
switch to lat & lon src variables (like before)
Browse files Browse the repository at this point in the history
  • Loading branch information
7yl4r authored Mar 29, 2024
1 parent b99f45a commit e220a8a
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions datasets/moda_oc_1d_gom/dataset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<addAttributes>
<att name="ioos_category">Location</att>
<att name="long_name">Latitude</att>
<att name="source_name">y</att>
<att name="source_name">lat</att>
<att name="standard_name">latitude</att>
<att name="units">degrees_north</att>
</addAttributes>
Expand All @@ -61,36 +61,14 @@
<destinationName>longitude</destinationName>
<!-- sourceAttributes>
</sourceAttributes -->
<addAttributes>
<att name="ioos_category">Location</att>
<att name="long_name">Longitude</att>
<att name="source_name">x</att>
<att name="standard_name">longitude</att>
<att name="units">degrees_east</att>
</addAttributes>
</axisVariable>
<!-- <axisVariable>
<sourceName>lat</sourceName>
<destinationName>latitude</destinationName>
<addAttributes>
<att name="ioos_category">Location</att>
<att name="long_name">Latitude</att>
<att name="source_name">lat</att>
<att name="standard_name">latitude</att>
<att name="units">degrees_north</att>
</addAttributes>
</axisVariable>
<axisVariable>
<sourceName>lon</sourceName>
<destinationName>longitude</destinationName>
<addAttributes>
<att name="ioos_category">Location</att>
<att name="long_name">Longitude</att>
<att name="source_name">lon</att>
<att name="standard_name">longitude</att>
<att name="units">degrees_east</att>
</addAttributes>
</axisVariable> -->
</axisVariable>
<dataVariable>
<sourceName>Rrs_667</sourceName>
<destinationName>Rrs_667</destinationName>
Expand Down

0 comments on commit e220a8a

Please sign in to comment.