Skip to content

Commit

Permalink
Fix date format and regex to match radar data
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Sep 18, 2024
1 parent a976989 commit 7df4ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tds/src/test/content/thredds/radar/radarCollections.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<dataset name="Radar Data">
<datasetScan name="NEXRAD Level II Radar from IDD" collectionType="TimeSeries" ID="nexrad/level2/IDD" path="nexrad/level2/IDD" location="${cdmUnitTest}/datasets/radar/level2">
<radarCollection layout="STATION/yyyyMMdd" dateRegex="(\d{8}_\d{6})$" dateFormat="yyyyMMdd_HHmmss" />
<radarCollection layout="STATION/yyyyMMdd" dateRegex="(\d{8}_\d{4})\.ar2v$" dateFormat="yyyyMMdd_HHmm" />
<metadata inherited="true">
<dataType>Radial</dataType>
<dataFormat>NEXRAD2</dataFormat>
Expand Down

0 comments on commit 7df4ff5

Please sign in to comment.