Kirill Kouzoubov

Results 215 comments of Kirill Kouzoubov

And pretty much all other prepare scripts too.

We talked about this internally a few times. There are some complications for datacube that might make it a bit trickier in our case. - Datacube deals with multiple, possibly...

Sorry didn't get back to it as promised @snowman2. I see this as a driver specific functionality. We can implement "always on scaling" quite easily. One would need to declare...

I ran some experiments on NCI installation (using VDI) ```python dss = dc.find_datasets_lazy(product='wofs_albers') rr = ds_stream_test_func(dss, lambda ds: ds.id) print(rr.text) ``` Where `ds_stream_test_func` iterates over all dss and computes xor...

> the ones lower in the list override the one's higher in the list. @SpacemanPaul can you confirm what granularity of the override is? - Whole file - Environment section...

Also I'm guessing that `$DATACUBE_CONFIG_PATH` is really meant to be: *"alternative to global config that is usually in `/etc/datacube.conf`, but we can't have that on something like NCI, so we...

probably due to this issue: #957

Just wanted to let people know that [`odc-geo>=0.4.0`](https://github.com/opendatacube/odc-geo/releases/tag/v0.4.0) now supports Dask inputs/outputs. It uses `GDAL` via `rasterio` to perform actual pixel work, `pyproj` and `shapely` are used for determining minimal...

Thanks @caitlinadams, tangentially related issue https://github.com/opendatacube/odc-geo/issues/117 This won't be a huge addition if we stick with "user-supplied only" interface. I guess config dictionary is the right spot for this, although...