From 941f4c2d968444ba02b5f2b26f158529a09183ba Mon Sep 17 00:00:00 2001 From: Sylvia Date: Tue, 26 May 2026 13:17:36 +0200 Subject: [PATCH] remove topics of specific projects - only keep core topics + land-cover --- ohsome_quality_api/topics/presets.yaml | 429 ------------------------- 1 file changed, 429 deletions(-) diff --git a/ohsome_quality_api/topics/presets.yaml b/ohsome_quality_api/topics/presets.yaml index f7fd25f77..5c91eb4db 100644 --- a/ohsome_quality_api/topics/presets.yaml +++ b/ohsome_quality_api/topics/presets.yaml @@ -645,152 +645,6 @@ hospitals: - bkg - unicef -### UNICEF PROJECT ### - -roads-unicef: - name: UNICEF Roads - description: >- - The road network usable for routing as defined for the UNICEF Project. - endpoint: elements - aggregation_type: length - filter: >- - highway in (motorway, motorway_link, motorroad, trunk, trunk_link, primary, primary_link, secondary, secondary_link, - tertiary, tertiary_link, unclassified, residential, living_street, service, road, track) and geometry:line - ratio_filter: >- - (highway in (motorway, motorway_link, motorroad, trunk, trunk_link, primary, primary_link, secondary, - secondary_link, tertiary, tertiary_link, unclassified, residential, living_street, service, road, track)) and name=* and geometry:line - source: https://heigit.atlassian.net/wiki/spaces/GIS/pages/756645935/2024-10-01+Unicef+education+access - indicators: - - mapping-saturation - - road-comparison - - attribute-completeness - - currentness - - user-activity - projects: - - unicef - -healthcare-primary: - name: Primary Healthcare facilities for UNICEF Project - description: Count of hospitals. - endpoint: elements - aggregation_type: count - filter: (amenity in (clinic, doctors, health_post) or healthcare in (clinic, doctors, doctor, midwife, nurse, center)) and (type:way or type:node) - source: https://heigit.atlassian.net/wiki/spaces/GIS/pages/756645935/2024-10-01+Unicef+education+access - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - unicef - -### MAPACTION PROJECT ### - -mapaction-settlements-count: - name: MapAction Settlements Count - description: >- - Number of settlements (cities). - endpoint: elements - aggregation_type: count - filter: place=city and type:node - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - mapaction - -mapaction-capital-city-count: - name: MapAction Capital City Count - description: >- - Number of capital cities. - endpoint: elements - aggregation_type: count - filter: place=city and (is_capital=country or admin_level=2 or capital=yes) and type:node - indicators: - - mapping-saturation - - currentness - - attribute-completeness - projects: - - mapaction - -mapaction-rail-length: - name: MapAction Rail Length - description: >- - Length of objects identified as rails (large railways). - endpoint: elements - aggregation_type: length - filter: railway=rail and type:way - indicators: - - mapping-saturation - - currentness - - attribute-completeness - - user-activity - projects: - - mapaction - -mapaction-major-roads-length: - name: MapAction Major Roads length - description: >- - Length of objects identified as major roads (primary, motorway and trunk). - endpoint: elements - aggregation_type: length - filter: highway in (motorway, trunk, primary) and type:way - indicators: - - mapping-saturation - - currentness - - attribute-completeness - - user-activity - projects: - - mapaction - -mapaction-lakes-count: - name: MapAction Lakes Count - description: >- - Number of objects identified as lakes, lagoons and reservoirs. - endpoint: elements - aggregation_type: count - filter: (water in (lagoon,lake,reservoir) or landuse=reservoir) and type:way - indicators: - - currentness - - user-activity - - attribute-completeness - projects: - - mapaction - -mapaction-lakes-area: - name: MapAction Lakes Area - description: >- - Area of objects identified as lakes, lagoons and reservoirs. - endpoint: elements - aggregation_type: area - filter: (water in (lagoon,lake,reservoir) or landuse=reservoir) and type:way - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - mapaction - -mapaction-rivers-length: - name: MapAction Rivers Length - description: >- - Length of objects identified as rivers (or riverbanks). - endpoint: elements - aggregation_type: length - filter: waterway in (riverbank,river) and type:way - indicators: - - mapping-saturation - - currentness - - attribute-completeness - - user-activity - projects: - - mapaction - -### IDEALVGI PROJECT ### - land-cover: name: Land Use and Land Cover description: >- @@ -815,286 +669,3 @@ land-cover: projects: - core - bkg - -### EXPANSE PROJECT ### - -local-food-shops: - name: Local food shops - description: Count of local food shops. - endpoint: elements - aggregation_type: count - filter: (shop=bakery or shop=butcher or shop=greengrocer or shop=seafood or shop=cheese or shop=dairy) and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -fast-food-restaurants: - name: Fast food restaurants - description: Count of fast food restaurants. - endpoint: elements - aggregation_type: count - filter: amenity=fast_food and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -restaurants: - name: Restaurants - description: Count of restaurants. - endpoint: elements - aggregation_type: count - filter: (amenity=restaurant or amenity=cafe) and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -convenience-stores: - name: Convenience stores - description: Count of convenience stores. - endpoint: elements - aggregation_type: count - filter: shop=convenience and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -pubs-and-biergartens: - name: Pubs and biergartens - description: Count of pubs and biergartens. - endpoint: elements - aggregation_type: count - filter: (amenity=pub or amenity=biergarten or amenity=bar) and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -alcohol-and-beverages: - name: Alcohol and beverages - description: Count of shops selling alcohol. - endpoint: elements - aggregation_type: count - filter: (shop=alcohol or shop=beverages) and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -sweets-and-pasteries: - name: Sweets and pastries - description: Count of shops selling sweets and pastries. - endpoint: elements - aggregation_type: count - filter: (shop=pastry or amenity=ice_cream or shop=confectionery) and (type:way or type:node) - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - expanse - -### LAND-USE LAYERS (CORINE PROJECT) ### -# -# currentness always requests /contributions/latest/count [count!] -clc-arable-land-area: - name: Arable Land CLC - description: >- - Selected features for Corine Land Cover Category "Arable Land" (level 2) in Agriculture. - endpoint: elements - aggregation_type: area - filter: (landuse=farmland or crop=*) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-permanent-crops-area: - name: Permanent Crops CLC - description: Selected features for Corine Land Cover Category "Permanent Crops" (level 2) in Agriculture. - endpoint: elements - aggregation_type: area - filter: landuse in (vineyard, orchard, farmland) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-pastures-area: - name: Pastures CLC - description: Selected features for Corine Land Cover Category "Pastures" (level 2) in Agriculture. - endpoint: elements - aggregation_type: area - filter: (landuse=grass or natural=grassland or landcover=grass or natural=fell) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-forest-area: - name: Forests CLC - description: Selected features for Corine Land Cover Category "Forests" (level 2) in Seminatural Land. - endpoint: elements - aggregation_type: area - filter: >- - (natural=wood or landuse=forest) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-leaf-type: - name: Leaf Types of Forests CLC - description: Frequency of forests according to Corine Land Cover Category "Forests" (level 2) tagged with Leaf Type. - endpoint: elements - aggregation_type: area - filter: >- - (natural=wood or landuse=forest) and geometry:polygon - ratio_filter: >- - (natural=wood or landuse=forest) and - leaf_type in (broadleaved, needleleaved, mixed) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - attribute-completeness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-shrub-area: - name: Shrubs CLC - description: Selected features for Corine Land Cover Category "Shrubs" (level 2) in Seminatural Land. - endpoint: elements - aggregation_type: area - filter: (natural in (scrub, fell, tundra, shrubbery) or landuse=meadow) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-open-spaces-area: - name: Open Spaces CLC - description: Selected features for Corine Land Cover Category "Open Spaces" (level 2) in Seminatural Land. - endpoint: elements - aggregation_type: area - filter: >- - natural in (beach, bare_rock, rock, stone, glacier, ridge, peak, earth_bank, cliff, arete, shingle, crevasse) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-wetland-area: - name: Wetlands CLC - description: Selected features for Corine Land Cover Category "Wetlands" (level 1). - endpoint: elements - aggregation_type: area - filter: (natural in (wetland, mud) or landuse=salt_pond) and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-water-area: - name: Water CLC - description: Selected features for Corine Land Cover Category "Water" (level 1), excluding waterways. - endpoint: elements - aggregation_type: area - filter: >- - (natural in (water, spring, hot_spring) - or water in (lake, reservoir, pond, oxbow, basin)) - and geometry:polygon - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -clc-waterway-len: - name: Waterways CLC - description: Selected features for Corine Land Cover Category "Waterways" (level 2) in Water. - endpoint: elements - aggregation_type: length - filter: waterway in (river, canal, stream, drain, ditch) and geometry:line - indicators: - - mapping-saturation - - currentness - - user-activity - - attribute-completeness - projects: - - corine-land-cover - -### MISC TOPICS ### - -minimal: - name: Minimal - description: A minimal topic definition for testing purposes. - endpoint: elements - aggregation_type: count - filter: building=* and building!=no and geometry:polygon - indicators: - - minimal - projects: - - misc - -### EXPERIMENTAL TOPICS ### - -infrastructure-lines: - name: Infrastructure Lines - description: Line objects related to infrastructure. - endpoint: elements - aggregation_type: length - filter: (aerialway=* or aeroway=* or highway=* or power=* or railway=* or telecom=*) and geometry:line - indicators: - - mapping-saturation - - currentness # currentness always requests /contributions/latest/count [count!] - - user-activity - - attribute-completeness - projects: - - experimental