mit-jp / mit-climate-data-viz

Plotting climate data for the MIT Joint Program on the Science and Policy of Global Change
https://cypressf.shinyapps.io/eppa-dashboard/
0 stars 0 forks source link

add level 2 and 3 combined to transmission lines overlay #189

Closed cypressf closed 3 years ago

cypressf commented 3 years ago

and make sure we exclude 345kV lines from level 2 when they are combined, differentiate by red vs green AND thick and thin the three options in the dropdown will be

Level 2 (230kV-345kV) Level 3 (>=345kV) Level 2 & Level 3

cypressf commented 3 years ago

I'm going to re-download the data I found in https://github.com/cypressf/mit-climate-data-viz/issues/182: https://hifld-geoplatform.opendata.arcgis.com/datasets/electric-power-transmission-lines but this time, I'll download everything from 230kV-345kV in a single file, then use a geojson property called "level" to differentiate between level 2 and level 3 lines. That should allow me to easily display level 2, level 3, or both in js with a filter.

cypressf commented 3 years ago

Documenting this because it caused me lots of pain: In order to filter on HIFLD's arcgis website, you need to drag the filter bar, not just type the number in. 2021-08-12 11 55 19