Kirill Kouzoubov

Results 215 comments of Kirill Kouzoubov

Using `unstable` image on AU sandbox and [this branch](https://github.com/GeoscienceAustralia/dea-notebooks/compare/kk-crs) I have all notebooks in `Frequently_used_code` passing ``` ===================================================== test session starts ====================================================== platform linux -- Python 3.6.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1...

We should probably combine this work with replacing calls to `write_geotiff` with `write_cog` (#586)

`write_geotiff` should not need `crs` injection, it accesses that information via `.geobox`, and `.geobox` probably survives in those notebooks just fine. Also swapping out `write_geotiff` does not need to wait...

Looks like synchronizing everything would be rather difficult, so I have pushed changes to datacube-core that take care of the current state. So we can proceed with updating sandbox images...

@snowman2 these are all pretty long threads. Can I ask you to summarize what would you like to propose? I'm open to a suggestion to - supporting xarray style of...

Is this about data var attributes only or x,y coords too?

https://github.com/opendatacube/datacube-core/blob/80d466a2635ab37fbe33bb283b77df305e3c9236/datacube/api/core.py#L465-L473 https://github.com/opendatacube/datacube-core/blob/80d466a2635ab37fbe33bb283b77df305e3c9236/datacube/utils/geometry/_base.py#L1458-L1462

@snowman2 I forgot about this one. Ideally I would like to see this code taken out into a separate library under opendatacube org, as you were suggesting previously, it would...

@snowman2 I pinned this so it won't expire. I'm starting the work of extracting `odc.geo` library from `datacube-core`. The plan is to 1. Move geometry and related tests to a...

@alexgleith then re-open the issue and add pinned tag