clean-and-green-philly
clean-and-green-philly copied to clipboard
Dashboard to target Philly vacant properties for anti-gun violence interventions
During user testing, we observed some participants taking extra time to navigate from the Filter back to the Property List page, or overlooking the Property List and heading straight for...
Request is not related to a a specific problem, but attempts to proactively address anticipated questions of users to the tool and resources. **Describe the solution you'd like** Page in...
Currently, to clear out all filter selections, the user must unclick each selection they have made. The standard for a filter of this size would be to include a reset...
We still need to make decisions regarding our plans for caching data in between runs on GC, and how that will interact between the VM running our pipeline and eventually...
Need to look into the GC account to either restructure the existing resource there or create a new VM that's scheduled to run the new pipeline on a monthly basis....
Currently the data-diffing works by reading from postgres for most recent, two tables of a dataset (by default the complete, output table from the pipeline `all_properties_end`), and doing a granular...
Make slack notifications handled through a single `SlackNotifier` class that handles establishing the client connection and sending any messaging for pipeline run failures or warnings from data-diffing etc. Currently the...
## Describe the task Currently, there is not an option for users to filter vacant properties by estimated market value. We will implement a filter option in which users can...
**Describe the bug** We are getting all 0 values for `gun_crimes_density` and `drug_crimes_density`. The bug is due to mixed coordinate systems in point_x and point_y data coming from carto. **To...
[Data-diff](https://github.com/datafold/data-diff) has been archived by Datafold and is not compatible with Python 3.12+. It seems like a fork of that library is active at [Reladiff](https://github.com/erezsh/reladiff) so we may want to...