Closed mzagaja closed 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
.
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
.
Overview
In order to do geospatial data analysis we need the PostGIS extension setup for Postgres + the RGeo gem.
Action Items
Resources/Instructions