Skip to content

Commit

Permalink
Added CSV for Crystal Lake
Browse files Browse the repository at this point in the history
  • Loading branch information
WeathermanTrent authored Nov 5, 2023
1 parent 4277bde commit 433a0bb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stories/crystal-lake-mercury.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ taxonomy:
<Block type="wide">
<Figure>
<Chart
dataPath={new URL('./crystal-lake-hms-year.csv', import.meta.url).href}
dataPath={new URL('./smoke_count_annual_with_trend.csv', import.meta.url).href}
dateFormat="%Y"
idKey='Source'
xKey='Date'
yKey='Count'
yAxisLabel='Smoke Count (Days)'
xKey='Year'
yKey='smoke'
yAxisLabel='Smoke Count (Annual)'
/>
<Caption>
Figure 2. Time series of total number of days with smoke over Crystal Lake, LA County, CA by year.
Expand Down
37 changes: 37 additions & 0 deletions stories/smoke_count_annual_with_trend.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Year,source,smoke
2005,Count,0
2006,Count,0.9166666667
2007,Count,1
2008,Count,1.25
2009,Count,1.833333333
2010,Count,0.1666666667
2011,Count,0.25
2012,Count,0.6666666667
2013,Count,1.75
2014,Count,0.6666666667
2015,Count,0.75
2016,Count,2.583333333
2017,Count,1.666666667
2018,Count,2
2019,Count,0.3333333333
2020,Count,6
2021,Count,5.416666667
2022,Count,1.583333333
2005,Trendline,0.1215277778
2006,Trendline,0.2395833333
2007,Trendline,0.3576388889
2008,Trendline,0.4756944444
2009,Trendline,0.59375
2010,Trendline,0.7118055556
2011,Trendline,0.8298611111
2012,Trendline,0.9479166667
2013,Trendline,1.065972222
2014,Trendline,1.184027778
2015,Trendline,1.302083333
2016,Trendline,1.420138889
2017,Trendline,1.538194444
2018,Trendline,1.65625
2019,Trendline,1.774305556
2020,Trendline,1.892361111
2021,Trendline,2.010416667
2022,Trendline,2.128472222

0 comments on commit 433a0bb

Please sign in to comment.