azavea / pfb-network-connectivity

PFB Bicycle Network Connectivity
Other
40 stars 10 forks source link

Update analysis base container and PostgreSQL version #876

Closed KlaasH closed 2 years ago

KlaasH commented 2 years ago

The analysis database version should be updated. It might not be strictly necessary that it match the version of the main database, but it's a good idea. And the age of the base container is also causing issues, since it's using Python 3.5, which isn't compatible with newer versions of the packages it needs to be able to run Django management commands (as we learned when we upgraded django-q then had to downgrade it again.

KlaasH commented 2 years ago

I was working on figuring out why the analysis jobs on Jacob's branch weren't ending up with anything in neighborhood_ways. I got that part figured out--the mapconfig format changed--but then later in the process the analysis results weren't getting imported properly, so none of the tiles were showing up. But I just pushed a branch with my changes to get around the first issue: https://github.com/azavea/pfb-network-connectivity/tree/feature/kjh/update-analysis-container-debugging