WorldCereal / worldcereal-classification

This repository contains the classification module of the WorldCereal system.
https://esa-worldcereal.org/
MIT License
19 stars 2 forks source link

139-slope-collection #155

Closed kvantricht closed 2 weeks ago

kvantricht commented 2 weeks ago

Load slope from global collection when on CDSE backend

kvantricht commented 2 weeks ago

Some minor remarks, except for the OpenEO client version

Also I would move the slope computation directly to the PatchFeatureExtractor superclass in GFMAP in the future, as it can be useful to everyone

yeah but the way it's implemented now (especially with the required change to force computation at 20m) is probably not generic enough. I think what would be better instead is a slope (or terrain attributes) process in openEO, which can then be accessed in GFMAP in a transparent way.