WorldCereal / worldcereal-classification

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

Adding postprocessing to WorldCereal jobs #157

Closed kvantricht closed 2 months ago

GriffinBabe commented 2 months ago

@kvantricht Made some good progress on this issue today

A few things to discuss:

kvantricht commented 2 months ago
  • Before trying on a different location I would like to test it with the files that you used here.
kvantricht commented 2 months ago

@GriffinBabe in fact I don't think these are very useful right now. Bands are still only ['classification', 'probability']. We need updated ones with all probabilities right?

kvantricht commented 2 months ago

is save_result() now always triggered when requesting postprocessing? I can imagine e.g. for the demo that users just want the end product. The only use case for saving intermediate results is probably the global processing where we still want to play with the probabilities afterwards.

GriffinBabe commented 2 months ago

Let's make it parametrizable in generate_map with default=False?

GriffinBabe commented 2 months ago

@kvantricht