# Singapore Weather
The Singapore government has made weather data available through an [API portal](https://data.gov.sg/dataset/realtime-weather-readings?resource_id=8bd37e06-cdd7-4ca4-9ad8-5754eb70a33d)
[Other datasets are available](https://www.smartnation.gov.sg/resources/open-data)
Playing around with visualizing it
Wind speed and direction [visualized separately](https://observablehq.com/d/9c26151439da588b)
**To do**:
* Line chart
* Hoverover by station
* Display station name as text - https://medium.com/@kj_schmidt/show-data-on-mouse-over-with-d3-js-3bf598ff8fc2
* have hoverover show up on map
* Take some inspiration from the [Seattle weather viz](https://uwdata.github.io/mosaic/examples/weather.html)
* From [Advanced Data Viz course](https://observablehq.com/@observablehq/lesson-4-presentation-uncertainty-isotype)