Skip to content
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

Content: Slowdown & Recovery Proxy Maps #282

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions datasets/recovery-proxy-maps-covid-19.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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
legend:
type: gradient
min: "Less Recovery"
max: "Greater Recovery"
stops:
- "#f7f702"
- "#f7b602"

---

<Block>
<Prose>
## About

Recovery Proxy Maps show areas with the greatest increase in car activity shaded in orange. Darker orange indicates areas of greater change.

</Prose>
</Block>
31 changes: 31 additions & 0 deletions datasets/slowdown-proxy-covid-19-changing-landscapes.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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: 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:
- 0
- 20
legend:
type: gradient
min: "Less Slowdown"
max: "Greater Slowdown"
stops:
- "#0223c9"
- "#011161"

---

<Block>
<Prose>
## About

Slowdown Proxy Maps show areas with the greatest reduction in car activity shaded in blue. Darker blues indicate areas of greater change.

</Prose>
</Block>