Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 526 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 526 Bytes

get-the-lead-out-map

Online Interactive Map of Levels of Lead in Water in California Schools

demo

https://geosurge.github.io/get-the-lead-out-map/

run

http-server

extra compression steps

  1. Replace medianResult values of NA in compressed.csv with an empty string
  2. Remove the unit column (fifth column) in the compressed.csv which isn't being used: cut -d, -f5 --complement compressed.csv > compressed-new.csv

contact