-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up for 2.0 #145
Comments
Here are the current weather related datasets:
What were you thinking with respect to consolidation? |
I think we can probably merge (after looking at examples and the data more carefully).
weather.json is similar but contains a prediction and is used for a specific chart so let's keep it. |
Thoughts on weather dataThere seems to be one set of daily records and one set of hourly records. Daily Weather
Note: The dates are slightly different formats. Hourly Weather
They can be easily concatenated with the addition of a location variable. ProposalI think a sensible consolidation would be to combine the hourly and daily datasets respectively
ConcernsRemoving I haven't checked the usage of the datasets but there would be similar issues. |
Thank you for the analysis @eitanlees. I agree that removing the seattle-weather dataset would break too many examples so let's keep it. I like that you can quickly import it and create a demo visualization without having to filter/facet by location.
The data for Seattle is used in https://vega.github.io/vega-lite/examples/trellis_area_seattle.html and https://vega.github.io/vega/examples/annual-temperature/ and https://vega.github.io/vega/examples/heatmap/. |
The temperature data comes from a 30 year observation period and the average temperatures were reported. The study ended in 2010 and that is where the date comes from. This type of measurement is called an Hourly Normal, rather than a direct temperature measurement at only one time. It's used for studying broader trends in climate sciences. For more information see the NOAA Hourly Normal Documentation I agree with the recommended changes. |
Oh, I see. Maybe it would be nice to join the normal temperatures (and other values) into the dataset then so you can compare actual to normal temperatures. |
For the 2.0 release, let's clean up datasets we don't need anymore.
The text was updated successfully, but these errors were encountered: