Skip to content

Commit

Permalink
Fixed incorrect metadata fields used for begin/end position in DISP-S…
Browse files Browse the repository at this point in the history
…1 ISO xml template
  • Loading branch information
Scott Collins committed Dec 20, 2024
1 parent 780e5fe commit d4bc763
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@
<gmd:EX_TemporalExtent id="boundingTemporalExtent">
<gmd:extent>
<gml:TimePeriod gml:id="DISP_Time_Range">
<gml:beginPosition>{{ product_output.identification.reference_datetime }}{# ISO_OPERA_refDateTime #}</gml:beginPosition>
<gml:endPosition>{{ product_output.identification.secondary_datetime }}{# ISO_OPERA_secDateTime #}</gml:endPosition>
<gml:beginPosition>{{ product_output.identification.secondary_zero_doppler_start_time }}{# ISO_OPERA_refDateTime #}</gml:beginPosition>
<gml:endPosition>{{ product_output.identification.secondary_zero_doppler_end_time }}{# ISO_OPERA_secDateTime #}</gml:endPosition>
</gml:TimePeriod>
</gmd:extent>
</gmd:EX_TemporalExtent>
Expand Down

0 comments on commit d4bc763

Please sign in to comment.