Skip to content

Exploring historical weather data with DarkSky API #1

Description

@kdubss

Summary

To Build a Python/Flask server with endpoints that will serve up historical & forecasted weather data (fetched from the Dark Sky API) via. D3.js (i.e. a line-chart).

  • At this point, the tasks below surmises the goals for constructing a work-in-progress MVP.

A. Explore the Dark Sky API

B. Construct a D3.js linechart

  • Specifically,
    3. Use the historical weather data to visualize past weather data (i.e. temperature).
    4. Use the forecast weather data, which will be overlain on top of the historical weather data, to see the actual data observed and the data forecasted for the future.

C. Build a Python/Flask server with end-points that will serve up the D3 linechart

D. Other possible APIs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions