uwescience / WaterReuseDSSG2024

Drivers-Based Water Reuse Potential project for DSSG summer 2024
https://uwescience.github.io/WaterReuseDSSG2024/
Apache License 2.0
1 stars 1 forks source link

chore: convert joins in mapping functions to a single modularized function #58

Closed voglerdaniel closed 3 weeks ago

voglerdaniel commented 1 month ago

Jihyeon has written a standalone function to execute merges between datasets and shapefiles. As of PR #56, map_chloropleth() and map_points() execute joins like this on their own, without referencing Jihyeon's function. Eventually we should make this merge function consistent across our codebase.

atkissoncj commented 1 month ago

Not done