Benjamin Herfort
Benjamin Herfort
for the new building footprint project type only a single image is needed in the tutorial
trying to run this command: `docker compose run --rm mapswipe_workers_creation mapswipe_workers -v delete --project-ids='["-NOJYMJyWFMwZtxqW0Ms", "-NOKFgUwMbcXcjwoMkeg"]'` introducing the new tables for aggregated stats, breaks our workflow to delete projects. ``` Traceback...
The project progress calculation reveals different results for different parts of the mapswipe code. During transfer results we use this function: https://github.com/mapswipe/python-mapswipe-workers/blob/master/mapswipe_workers/mapswipe_workers/firebase_to_postgres/update_data.py#L570 In generate stats we use another function: https://github.com/mapswipe/python-mapswipe-workers/blob/master/mapswipe_workers/mapswipe_workers/generate_stats/project_stats_by_date.py#L8...
There is a lot potential to improve the database schema in order to reduce storage needs / disk size. This will help to reduce costs. At the moment database size...
When there is a result such as the one below in Firebase, this will lead to an error when transfering the results to postgres. This is linked to this issue...
use the following: ``` ``` ``` ```
Right now the bing url template is hardcoded in the app code, and should instead be fetched from the backend to allow for faster changes in case of problems. The...
We need to make sure that we check the geometry type of the tasks when setting up a footprint project. The app currently supports `POLYGON`. This should also be tested...