From 6780ec4dde25eab1d1c390fc5c7e5c53da678ce9 Mon Sep 17 00:00:00 2001 From: smohiudd Date: Thu, 6 Jul 2023 09:35:08 -0600 Subject: [PATCH 1/3] add slowdown and proxy datasets --- .../recovery-proxy-maps-covid-19.data.mdx | 41 +++++++++++++++++++ ...roxy-covid-19-changing-landscapes.data.mdx | 41 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 datasets/recovery-proxy-maps-covid-19.data.mdx create mode 100644 datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx diff --git a/datasets/recovery-proxy-maps-covid-19.data.mdx b/datasets/recovery-proxy-maps-covid-19.data.mdx new file mode 100644 index 000000000..e0422661a --- /dev/null +++ b/datasets/recovery-proxy-maps-covid-19.data.mdx @@ -0,0 +1,41 @@ +--- +id: recovery-proxy-maps-covid-19 +name: "Covid 19 Recovery Proxy Map" +description: "Recovery Proxy Maps show areas with the greatest increase in car activity shaded in orange. Darker orange indicates areas of greater change." +layers: + - id: recovery-proxy-maps-covid-19 + stacCol: recovery-proxy-maps-covid-19 + name: Covid 19 Recovery Proxy Map + type: raster + description: "Recovery Proxy Maps show areas with the greatest increase in car activity shaded in orange. Darker orange indicates areas of greater change." + zoomExtent: + - 0 + - 20 + # sourceParams: + # colormap_name: rdylgn_r + # rescale: + # - 1 + # - 4 + # nodata: nan + # legend: + # type: categorical + # stops: + # - color: "#94c772" + # label: "Unburned" + # - color: "#faf88e" + # label: "Low" + # - color: "#ea915e" + # label: "Moderate" + # - color: "#971d2b" + # label: "High" + +--- + + + + ## About + + Recovery Proxy Maps show areas with the greatest increase in car activity shaded in orange. Darker orange indicates areas of greater change. + + + diff --git a/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx b/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx new file mode 100644 index 000000000..345fe00bc --- /dev/null +++ b/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx @@ -0,0 +1,41 @@ +--- +id: slowdown-proxy-covid-19-changing-landscapes +name: "Covid 19 Slowdown Proxy Map" +description: "Slowdown Proxy Maps show areas with the greatest reduction in car activity shaded in blue. Darker blues indicate areas of greater change." +layers: + - id: recovery-proxy-maps-covid-19 + stacCol: recovery-proxy-maps-covid-19 + name: Covid 19 Recovery Proxy Map + type: raster + description: "Slowdown Proxy Maps show areas with the greatest reduction in car activity shaded in blue. Darker blues indicate areas of greater change." + zoomExtent: + - 0 + - 20 + # sourceParams: + # colormap_name: rdylgn_r + # rescale: + # - 1 + # - 4 + # nodata: nan + # legend: + # type: categorical + # stops: + # - color: "#94c772" + # label: "Unburned" + # - color: "#faf88e" + # label: "Low" + # - color: "#ea915e" + # label: "Moderate" + # - color: "#971d2b" + # label: "High" + +--- + + + + ## About + + Slowdown Proxy Maps show areas with the greatest reduction in car activity shaded in blue. Darker blues indicate areas of greater change. + + + From a9995cde382033a5a01ac1875acad1002f4f7912 Mon Sep 17 00:00:00 2001 From: smohiudd Date: Thu, 6 Jul 2023 09:40:19 -0600 Subject: [PATCH 2/3] update slow proxy --- .../slowdown-proxy-covid-19-changing-landscapes.data.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx b/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx index 345fe00bc..02d6ec86a 100644 --- a/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx +++ b/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx @@ -3,9 +3,9 @@ id: slowdown-proxy-covid-19-changing-landscapes name: "Covid 19 Slowdown Proxy Map" description: "Slowdown Proxy Maps show areas with the greatest reduction in car activity shaded in blue. Darker blues indicate areas of greater change." layers: - - id: recovery-proxy-maps-covid-19 - stacCol: recovery-proxy-maps-covid-19 - name: Covid 19 Recovery Proxy Map + - id: slowdown-proxy-covid-19-changing-landscapes + stacCol: slowdown-proxy-covid-19-changing-landscapes + name: Covid 19 Slowdown Proxy Map type: raster description: "Slowdown Proxy Maps show areas with the greatest reduction in car activity shaded in blue. Darker blues indicate areas of greater change." zoomExtent: From 35ed90b53032cdee47067f909cea040cf8a12ef0 Mon Sep 17 00:00:00 2001 From: smohiudd Date: Tue, 11 Jul 2023 09:41:27 -0600 Subject: [PATCH 3/3] include legend --- .../recovery-proxy-maps-covid-19.data.mdx | 24 ++++++------------- ...roxy-covid-19-changing-landscapes.data.mdx | 24 ++++++------------- 2 files changed, 14 insertions(+), 34 deletions(-) diff --git a/datasets/recovery-proxy-maps-covid-19.data.mdx b/datasets/recovery-proxy-maps-covid-19.data.mdx index e0422661a..55603f911 100644 --- a/datasets/recovery-proxy-maps-covid-19.data.mdx +++ b/datasets/recovery-proxy-maps-covid-19.data.mdx @@ -11,23 +11,13 @@ layers: zoomExtent: - 0 - 20 - # sourceParams: - # colormap_name: rdylgn_r - # rescale: - # - 1 - # - 4 - # nodata: nan - # legend: - # type: categorical - # stops: - # - color: "#94c772" - # label: "Unburned" - # - color: "#faf88e" - # label: "Low" - # - color: "#ea915e" - # label: "Moderate" - # - color: "#971d2b" - # label: "High" + legend: + type: gradient + min: "Less Recovery" + max: "Greater Recovery" + stops: + - "#f7f702" + - "#f7b602" --- diff --git a/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx b/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx index 02d6ec86a..20f0600a3 100644 --- a/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx +++ b/datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx @@ -11,23 +11,13 @@ layers: zoomExtent: - 0 - 20 - # sourceParams: - # colormap_name: rdylgn_r - # rescale: - # - 1 - # - 4 - # nodata: nan - # legend: - # type: categorical - # stops: - # - color: "#94c772" - # label: "Unburned" - # - color: "#faf88e" - # label: "Low" - # - color: "#ea915e" - # label: "Moderate" - # - color: "#971d2b" - # label: "High" + legend: + type: gradient + min: "Less Slowdown" + max: "Greater Slowdown" + stops: + - "#0223c9" + - "#011161" ---