-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from maggiejaenicke/MJ-50
Fixes #50: Improve organization of “chart gallery”
- Loading branch information
Showing
8 changed files
with
597 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
export default { | ||
flowTilesCharts: [ | ||
//Directions for adding new streamflow tiles: | ||
//navigate to s3 water-visualizations-prod-website/visualizations/flow | ||
//create a new folder with the name YYYY/MM (example 2024_01) and upload the png into that folder | ||
//add a new object below and update the folder with the name you created, the image_basename with the file name, and the image_alt (taken from twitter) | ||
{ | ||
id: '1', | ||
author: '', | ||
folder: '2024_02/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1765078810725413349', | ||
image_basename: 'flow_cartogram-feb-2024', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of February 2024. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of February, wet conditions persisted across much of California as an atmospheric river approached. Wet conditions persisted for states such as Mississippi, Alabama, Georgia, and Tennesse as severe weather and heavy rain brought wet conditions. ' | ||
},{ | ||
id: '2', | ||
author: '', | ||
folder: '2024_01/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1754552632742752744', | ||
image_basename: 'flow_cartogram-jan-2024', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of January 2024. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of January, wet conditions persisted across much of the Eastern U.S. and Pacific Coast as a storm system and low-pressure system approached, respectively. Wet conditions persisted for states such as Connecticut, Rhode Island, Vermont, New Hampshire, Massachusetts, New Jersey, New York, Oregon, Washington, and California. States such as Iowa, Nebraska, and Colorado saw relatively dry conditions.' | ||
}, | ||
{ | ||
id: '3', | ||
author: '', | ||
folder: '2023_12/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1742622815944356338', | ||
image_basename: 'flow_cartogram-dec-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of December 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of December, much of the Northeastern U.S. and Pacific Northwest saw wet conditions for stats such as Connecticut, Rhode Island, Vermont, New Hampshire, Massachusetts, New Jersey, New York, Oregon, and Washington, while states such as Louisiana, Mississippi, and Alabama in the Southern U.S. saw relatively dry conditions.' | ||
}, | ||
{ | ||
id: '4', | ||
author: '', | ||
folder: '2023_11/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1731718693686563238', | ||
image_basename: 'flow_cartogram-nov-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of November 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of November, much of the Northeastern U.S. saw wet conditions for stats such as Connecticut, Rhode Island, Vermont, New Hampshire and Maine, while states such as Louisiana, Mississippi, and Alabama in the Southern U.S. saw dry conditions.' | ||
}, | ||
{ | ||
id: '5', | ||
author: '', | ||
folder: '2023_10/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1721583036540538940', | ||
image_basename: 'flow_cartogram-oct-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of October 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of October, much of the Central and Southern U.S. saw dry conditions, while regions such as New England and Puerto Rico saw wet conditions.' | ||
}, | ||
{ | ||
id: '6', | ||
author: '', | ||
folder: '2023_09/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1711856031322538063', | ||
image_basename: 'flow_cartogram-sep-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of September 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of September, much of the Central U.S. and parts of the Pacific Northwest, such as Oregon and Washington, saw dry conditions. Later in the month, parts of New England experienced wet conditions for states such as Maine, Massachusetts, Connecticut, Rhode Island and Delaware.' | ||
}, | ||
{ | ||
id: '7', | ||
author: '', | ||
folder: '2023_08/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1700176429202506152', | ||
image_basename: 'flow_cartogram-aug-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of August 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of August, wetter than normal conditions persisted for part of New England in states such as Vermont, New Hampshire, and Maine. Concurrently, much of the U.S. saw dry conditions, namely, states in the Pacific Northwest, such as Washington and Oregon, as well as South Central U.S. such as Texas and Louisiana. ' | ||
}, | ||
{ | ||
id: '8', | ||
author: '', | ||
folder: '2023_07/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1687206598052302851', | ||
image_basename: 'flow_cartogram-jul-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of July 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of July, wetter than normal conditions persisted for much of New England for states such as Vermont, New Hampshire, Massachusetts, and Connecticut. Concurrently, states in the Pacific Northwest, such as Washington and Oregon, saw dry conditions.' | ||
}, | ||
{ | ||
id: '9', | ||
author: '', | ||
folder: '2023_06/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1678795881225781248', | ||
image_basename: 'flow_cartogram-june-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of June 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of June, wetter than normal conditions persisted for much of the Intermountain West for states such as Utah, Colorado, Nevada, and Wyoming, while the Eastern U.S. saw dry conditions.' | ||
}, | ||
{ | ||
id: '10', | ||
author: '', | ||
folder: '2023_05/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1666168500283645953', | ||
image_basename: 'flow_cartogram-may-2023', | ||
image_type: 'png', | ||
image_alt: 'May 2023 Streamflow' | ||
}, | ||
{ | ||
id: '11', | ||
author: '', | ||
folder: '2023_04/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1653869069429522432', | ||
image_basename: 'flow_cartogram-apr-2023', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of May 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of May, wetter than normal conditions persisted for much of the Western U.S., while the Southern Plains, such as Nebraska and Kansas, and parts of the Eastern U.S., such as the Mid-Atlantic and Florida, saw drought conditions.' | ||
}, | ||
{ | ||
id: '12', | ||
author: '', | ||
folder: '2023_03/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1643383570965184514', | ||
image_basename: 'flow_cartogram_2023-03', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of March 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of March, storms brought wetter than normal conditions for much of the U.S. Concurrently, large parts of California, the Southwest and the Mississippi River Basin saw heightened precipitation, while much of the Northwest and Northern Plaines remain dry.' | ||
}, | ||
{ | ||
id: '13', | ||
author: '', | ||
folder: '2023_02/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1632802669906518018', | ||
image_basename: 'flow_cartogram_2023-02', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of February 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of January, winter storms brought wetter than normal conditions for much of the U.S. Concurrently, California saw wetter than normal conditions as winter storms brought heightened precipitation. At the national scale, many sites experienced wetter than normal conditions as winter storms conditions persisted across the West Coast and Eastern U.S.' | ||
}, | ||
{ | ||
id: '14', | ||
author: '', | ||
folder: '2023_01/', | ||
twitter_url: 'https://twitter.com/USGS_DataSci/status/1622635541073387520', | ||
image_basename: 'flow_cartogram_2023_jan-01', | ||
image_type: 'png', | ||
image_alt: 'A tile map of the US showing streamgages by flow levels through the month of January 2023. For each state, an area chart shows the proportion of streamgages in wet, normal, or dry conditions. Streamflow conditions are quantified using percentiles comparing the past month’s flow levels to the historic record for each streamgage. During the month of January, Winter storms Jimenez and Kassandra brought wetter than normal conditions for much of the U.S. Concurrently, California saw wetter than normal conditions when a series of atmospheric rivers brought snow and rain. At the national scale, many sites experienced wetter than normal conditions as winter storms conditions persisted across much of the U.S., with a series of atmospheric rivers on the west coast.' | ||
} | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
export default { | ||
riverConditionsCharts: [ | ||
{ | ||
id: '1', | ||
name: 'Oct-Dec 2024', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-october-december-2023', | ||
folder: 'FY24_Q1/', | ||
video_basename: 'river_conditions_oct_dec_2023_insta', | ||
image_thumbnail: 'river_conditions_oct_dec_2023_square_thumbnail_color.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from October 1, 2023 to December 31, 2023 at USGS streamgages.' | ||
} | ||
, | ||
{ | ||
id: '2', | ||
name: 'Jul-Sep 2023', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-july-september-2023', | ||
folder: 'FY23_Q4/', | ||
video_basename: 'river_conditions_jul_sep_2023_insta', | ||
image_thumbnail: 'river_conditions_jul_sep_2023_square_thumbnail_colorized.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from July 1, 2023 to September 30, 2023 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '3', | ||
name: 'Apr-Jun 2023', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-april-june-2023', | ||
folder: 'FY23_Q3/', | ||
video_basename: 'river_conditions_apr_jun_2023_insta', | ||
image_thumbnail: 'river_conditions_apr_jun_2023_square_thumbnail_colorized.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from April 1, 2023 to June 30, 2023 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '4', | ||
name: 'Jan-Mar 2023', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-january-march-2023', | ||
folder: 'FY23_Q2/', | ||
video_basename: 'river_conditions_jan_mar_2023_insta', | ||
image_thumbnail: 'river_conditions_jan_mar_2023_square_thumbnail_color.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from January 1, 2023 to March 31, 2023 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '5', | ||
name: 'Oct-Dec 2022', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-october-december-2022', | ||
folder: 'FY23_Q1/', | ||
video_basename: 'river_conditions_oct_dec_2022_insta', | ||
image_thumbnail: 'river_conditions_oct_dec_2022_square_thumbnail_colorized.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from October 1, 2022 to December 31, 2022 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '6', | ||
name: 'Jul-Sep 2022', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-july-september-2022', | ||
folder: 'FY22_Q4/', | ||
video_basename: 'river_conditions_jul_sep_2022_insta', | ||
image_thumbnail: 'river_conditions_jul_sep_2022_square_thumbnail_colorized.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from July 1, 2022 to September 30, 2022 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '7', | ||
name: 'Apr-Jun 2022', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-april-june-2022', | ||
folder: 'FY22_Q3/', | ||
video_basename: 'river_conditions_apr_jun_2022_insta', | ||
image_thumbnail: 'river_conditions_apr_jun_2022_thumbnail.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from April 1, 2022 to June 30, 2022 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '8', | ||
name: 'Jan-Mar 2022', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-january-march-2022', | ||
folder: 'FY22_Q2/', | ||
video_basename: 'river_conditions_jan_mar_2022_insta', | ||
image_thumbnail: 'river_conditions_jan_mar_2022_thumbnail.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from January 1, 2022 to March 31, 2022 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '9', | ||
name: 'Oct-Dec 2021', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-october-december-2021', | ||
folder: 'FY22_Q1/', | ||
video_basename: 'river_conditions_oct_dec_2021_insta', | ||
image_thumbnail: 'river_conditions_oct_dec_2021_thumbnail.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from October 1, 2021 to December 31, 2021 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '10', | ||
name: 'Jan-Mar 2021', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-july-september-2021', | ||
folder: 'FY21_Q4/', | ||
video_basename: 'river_conditions_jul_sep_2021_insta', | ||
image_thumbnail: 'river_conditions_jul_sep_2021_square_thumbnail_colorized.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from July 1, 2021 to September 30, 2021 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '11', | ||
name: 'Apr-Jun 2021', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-april-june-2021', | ||
folder: 'FY21_Q3/', | ||
video_basename: 'river_conditions_apr_jun_2021_insta', | ||
image_thumbnail: 'river_conditions_apr_jun_2021_thumbnail.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from April 1, 2021 to June 30, 2021 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '12', | ||
name: 'Jan-Mar 2021', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-january-march-2021', | ||
folder: 'FY21_Q2/', | ||
video_basename: 'river_conditions_jan_mar_2021_insta', | ||
image_thumbnail: 'river_conditions_jan_mar_2021_thumbnail.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from January 1, 2021 to March 31, 2021 at USGS streamgages.' | ||
}, | ||
{ | ||
id: '13', | ||
name: 'Oct-Dec 2020', | ||
drupal_url: 'https://www.usgs.gov/media/videos/us-river-conditions-october-december-2020', | ||
folder: 'FY21_Q1/', | ||
video_basename: 'river_conditions_oct_dec_2020_insta', | ||
image_thumbnail: 'river_conditions_oct_dec_2020_thumbnail.png', | ||
video_type: 'mp4', | ||
image_alt: 'U.S. River Conditions from October 1, 2020 to December 31, 2020 at USGS streamgages.' | ||
} | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.