ward-wise / data-analysis

Data analysis on Chicago infrastructure and infrastructure spending
MIT License
3 stars 7 forks source link

Create heatmap of ward spending #12

Open smacmullan opened 1 year ago

smacmullan commented 1 year ago

Take project spending with multiple locations (multiple points, street segment, or polygon) and turn into points with evenly distributed project costs. Lines -> line of points Polygons -> point cloud

Take the generated point data and map as a heatmap in kepler.gl

smacmullan commented 6 months ago

Line to lines of point conversion is working. Need to implement polygon to point cloud.