Benjamin Herfort

Results 39 issues of Benjamin Herfort

**Describe the bug** it seems that the app writes results to a group which some tasks don't belong to. The last 4 tasks should belong to another group. It's not...

this adds the imagery credits to the change detection project mapping view. I'm not sure what's the best placement of the credit label. Maybe we could also think about moving...

We define different types of projects in `flow-types.js`. Currently the `SingleImageryProjectType` refers to `buildArea` projects and ` completeness` projects. We might want to make the distinction between these two clearer....

For the Footprint project type we calculate the centroid of a polygon to find out the center of the imagery to load when using a TMS. The function `getTaskGeometryCentroid`should be...

**Describe the bug** The "lookFor" attribute of the tutorial is overwritten by the lookFor attribute of a project. It displays to look for "buildings, roads" but should display "buildings". **To...

I tried following the code and really like the fact that most things might be able to be reused by all project types. However, when it comes to this we...

As a user I would like to specify custom ohsome flters for the currentness indicator and mapping saturation indicator. we got this and similar feedback from our users: * "At...

user requirement

Hey, we updated the health care access notebook. The old one was not working anymore. I think that the notebook file itself might be a bit too big, >50MB. Any...

https://github.com/mapswipe/python-mapswipe-workers/blame/5a95c28498ee519ccc4298f421ed60c3560144cb/mapswipe_workers/mapswipe_workers/generate_stats/tasking_manager_geometries.py#L49-L57 it should be: ``` "no_share": float(column_index_map.get("0_share", 0)), "yes_share": float(column_index_map.get("1_share", 0)), "maybe_share": float(column_index_map.get("2_share", 0)), "bad_imagery_share": float(column_index_map.get("3_share", 0)), ```