Mikhail Moskovchenko
Mikhail Moskovchenko
Both of your suggestions worked: adding `.data` to `xarray.where` or forcing `0` into `spatial_ref`. Thank you. Upd. forcing `0` fixes the issue even if you do not add `.data` and...
1. odc-geo version: 0.4.8 2. `mask_pan.odc.nodata == mask_pan.rio.nodata` is True
Upd: created a PR that can probably solve the problem: #7514
Upd: I successfully generated a dataset from my large geospatial data with `generator` excluded from hashing and saved it to disk without running into memory errors. So, it looks like...
@lhoestq I tried to implement user-defined dataset fingerprint in #7533 . Am I doing it right?
@lhoestq could you please re-review the changes I made?
@lhoestq ping I also added a simple test for the `fingerprint` parameter
@lhoestq could you please review the PR? I implemented the requested changes and added a test for the added `fingerprint` arg
I approve
Tests were not failing, because we test only B4 band, and for B4 it worked correctly, hahah