Skip to content

Commit

Permalink
MNT: Move to different radar
Browse files Browse the repository at this point in the history
FTG goes down a lot.
  • Loading branch information
dopplershift committed Jul 21, 2017
1 parent df3102b commit 6fa5d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Radar_Server_Level_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# N0Q, which is reflectivity data for the lowest tilt. We see that when the query
# is represented as a string, it shows the encoded URL.
query = rs.query()
query.stations('FTG').time(datetime.utcnow()).variables('N0Q')
query.stations('CYS').time(datetime.utcnow()).variables('N0Q')

###########################################
# We can use the RadarServer instance to check our query, to make
Expand Down

0 comments on commit 6fa5d80

Please sign in to comment.