Skip to content

Commit

Permalink
Trying to connect to SPC using https in standard.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 20, 2019
1 parent 505facd commit 93718a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasources/standard.xml
Expand Up @@ -87,7 +87,7 @@
</outlet>
</datasource>
<datasource name="Observed" ensemble="false" observed="true">
<outlet name="SPC" url="http://www.spc.noaa.gov/exper/soundings/{date}{cycle}_OBS/{srcid}.txt" format="spc" >
<outlet name="SPC" url="https://www.spc.noaa.gov/exper/soundings/{date}{cycle}_OBS/{srcid}.txt" format="spc" >
<time first="0" range="0" delta="0" offset="0" delay="1" cycle="12" archive="168" start="-" end="-"/>
<points csv="spc_ua.csv" />
</outlet>
Expand Down

0 comments on commit 93718a9

Please sign in to comment.