Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
Project: Testing 18.04
Path: noaa-sdk.ipynb
Views: 867Kernel: Python 3 (Ubuntu Linux)
NOAA SDK in Python 3 (Ubuntu Linux)
In [1]:
In [4]:
[{'number': 1,
'name': '',
'startTime': '2018-11-30T13:00:00-05:00',
'endTime': '2018-11-30T14:00:00-05:00',
'isDaytime': True,
'temperature': 58,
'temperatureUnit': 'F',
'temperatureTrend': None,
'windSpeed': '5 mph',
'windDirection': 'SW',
'icon': 'https://api.weather.gov/icons/land/day/rain,20?size=small',
'shortForecast': 'Slight Chance Light Rain',
'detailedForecast': ''},
{'number': 2,
'name': '',
'startTime': '2018-11-30T14:00:00-05:00',
'endTime': '2018-11-30T15:00:00-05:00',
'isDaytime': True,
'temperature': 58,
'temperatureUnit': 'F',
'temperatureTrend': None,
'windSpeed': '5 mph',
'windDirection': 'SW',
'icon': 'https://api.weather.gov/icons/land/day/rain,20?size=small',
'shortForecast': 'Slight Chance Light Rain',
'detailedForecast': ''}]
In [5]:
In [0]:
In [7]:
array([<matplotlib.axes._subplots.AxesSubplot object at 0x7f00f4c14cc0>,
<matplotlib.axes._subplots.AxesSubplot object at 0x7f00f4b91198>],
dtype=object)
In [0]:
In [0]: