GIScience / ohsome-quality-api

Data quality estimations for OpenStreetMap
https://api.quality.ohsome.org
GNU Affero General Public License v3.0
35 stars 7 forks source link

factor out duplicated code for comparison indicators #797

Open Gigaszi opened 6 months ago

Gigaszi commented 6 months ago

The road comparison and building comparison indicator share a lot of code. We should factor this code out in a separate file

matthiasschaub commented 6 months ago

A solution could be to add another parent class in our inheritance hierarchy. base > comparison > indicator