Robbi Bishop-Taylor

Results 111 comments of Robbi Bishop-Taylor

I think this has been fixed by recent updates to the DEA Sandbox images

Hey @tsutterley, am doing some further optimisations of our tide modelling code as we're moving towards a multi-tide modelling system where we choose the best tide model locally based on...

Interested in your thoughts @SpacemanPaul @Ariana-B @omad. Would definitely make the product team's lives easier by letting us start using `odc-geo` functionality before it's fully/officially integrated in version 1.9. Given...

I remember seeing a commit from @SpacemanPaul or @Ariana-B saying the `odc-geo` GridSpec was intentionally excluded from the `odc-geo` retrofit - I can't remember what the reasoning was though. The...

Here: https://github.com/opendatacube/datacube-core/commit/e75368c978ed6b16a3b4bf67ba1f63c50076e791

My feeling is that supporting two similar but different GridSpecs within ODC is going to be a recipe for confusion going forward. I'd love for us to switch to the...

Yep, being able to sort our datasets by the "Baseline satellite data", "Inland water" etc groupings would be really nice!

Example of datacube's `mask_invalid_data` function failing to mask nodata for this product. If this worked as intended, I would expect to see all `-3.4028235e+38` values in the dataset masked out...

@Kirill888 That works! ``` import datacube from datacube.utils.masking import mask_invalid_data dc = datacube.Datacube() x = 136.43551 y = -37.25564 buffer_x = 0.03 buffer_y = 0.03 query = dict( product="ga_srtm_dem1sv1_0", x=(x...