mysociety / neighbourhood-warmth

A prototype built as part of mySociety’s April 2022 prototyping week exploring conditional commitment services around home energy.
https://mysociety.github.io/neighbourhood-warmth
Other
1 stars 0 forks source link

Nearest groups to postcode search #26

Closed struan closed 1 year ago

struan commented 1 year ago

Rough version of a postcode lookup -> centroid which then uses the group centroid in the DB to find the nearest groups within 5km.

NB: as this adds a custom user model as well you will probably need to drop your database for the migrations to work.

fixes #25 fixes #14