codeforboston / urban-league-heat-pump-accelerator

Urban League Heat Pump Accelerator Project
MIT License
33 stars 22 forks source link

Setup Endpoints for Geospatial Data #26

Closed mzagaja closed 1 year ago

mzagaja commented 2 years ago

Overview

In order to do geospatial data analysis we need the PostGIS extension setup for Postgres + the RGeo gem.

Action Items

Resources/Instructions

mzagaja commented 1 year ago

Dat explained they just need the latitude and longitude as imported from the Data team. It should be provided in two parts. First we need to add the lat/long to the homes. Secondarily we need to add a "start point" to the Assignment.

mikelynch commented 1 year ago

The assignment has a centroid location rather than “start point”. To get the start point, just find the lowest visit_order home with the appropriate assignment_id.