CCI-Tools / cate

ESA CCI Toolbox (Cate)
MIT License
50 stars 15 forks source link

Gap-filling operations #81

Open forman opened 7 years ago

forman commented 7 years ago

Users may want to apply fill gaps in datasets for the following reasons:

Therefore the type of gap-filling and their algorithmic complexity can drastically vary.

Consider:

JanisGailis commented 7 years ago

If I remember correctly, during IRM2 we decided upon cosmetic Gap filling only for this iteration. Hence, it's a visualization issue for GUI and plotting ops, not a data manipulation operation. At least for now.

I'll check the minutes.

JanisGailis commented 7 years ago

There is some gap-filling code @forman can share.

Otherwise, treat this more as a visualization issue for now.

JanisGailis commented 6 years ago

@forman Can you point me to the code you have been talking about? If it works on 2D slices, that should be good enough, I could implement something similar to coregistration then to have spatial_gapfill.

forman commented 6 years ago

@JanisGailis https://github.com/CAB-LAB/gridtools

and the notebook https://github.com/CAB-LAB/gridtools/blob/master/notebooks/gapfill-example.ipynb

forman commented 6 years ago

I'd actually like to leave that code there. You may become contributor. Same for the resampling code.

JanisGailis commented 6 years ago

I agree. It's conda installable now? So we can include it as a normal dependency? The gapfilling stuff needs better docstrings :)

JanisGailis commented 6 years ago

In light of UC11, this is not necessary. Re-projection is done as part of plotting.