Kirill Kouzoubov

Results 215 comments of Kirill Kouzoubov

code is the same too, my guess it was attempt at rename that didn't merge correctly. @robbibt which name do you think works better?

@robbibt Actually they are different, and documentation does differ between the two ever so slightly `erase_bad` removes those pixels that are marked `True` in the mask, while `keep_good_only` erases pixels...

How precise this needs to be? Would using `epsg:3857` suffice or do we need user configurable projection? `epsg:3577` only works for Australia.

I don't think leaflet draw plugin exposes events "while drawing", so no way to limit user input while dragging selection box. But we can certainly indicate that area is not...

I'm starting to work on this now. Main issue with `STAC Collection -> Datacube Product` mapping is lack of pixel type per band information in STAC collection that Datacube Product...

Ideally pixel data type would be part of this extension: https://github.com/stac-extensions/eo#band-object @gadomski was suggesting we propose additions to `eo:bands` extension for that purpose, cc: @alexgleith Would be nice to have...

I think the easiest place to fix this issue is in `datacube-core`. We need to support "band is known to be absent for this dataset" case. It could be as...

not supported currently, `/**/` stands for any number of sub-folders, and only allow this to be followed by "file pattern", so `../**/`. I feel we should probably just support arbitrary...

@robbibt what would be a good way to specify default value to return? The output of `select_on_a_map` is a `Geometry` class which is a bit too painful to construct. Options:...