Robbi Bishop-Taylor

Results 144 comments of Robbi Bishop-Taylor

Thanks @debs21! We do need to update that notebook. For now, you can try out this experimental new notebook which uses a more cloud-friendly way of accessing the data (from...

Hey @wwoodgate! Yep, it would be really neat to provide easier access to that data - it's pretty incredible stuff! Unfortunately a challenge is that the data doesn't currently have...

@wwoodgate Here's a possible approach - use `geopandas` to load the index tile file for a bounding box, then load the corresponding tile and clip to your AOI using `odc.geo`:...

Setting this should have in theory given you access: ``` os.environ["AWS_NO_SIGN_REQUEST"] = "YES" ``` But yep, access via HTTPS should work as a workaround. I was messing around with a...

Hey @emmaai @Ariana-B, can I get a ✔️ on this PR to fix the test fails in the latest unstable Sandbox image?

I guess one other thing to consider here is that there's a bunch of similar masking tools in `odc.algo` which I believe were written to optimise Dask performance: https://github.com/opendatacube/odc-algo/blob/main/odc/algo/_masking.py We...

> After chatting with @caitlinadams today, I think I'll suggest that we make the following changes: > > * Remove the `mask_ls` and `mask_s2` functions, as they are oversimplified and...

Hey @cbur24, I can see the tests failing here - seems like a simple issue of a missing import, is this something you're able to fix?

These artefacts seem pretty weird too! ![image](https://github.com/user-attachments/assets/d0ceee29-c0d4-46f5-8286-262560c39d55)

Here's the styling: https://github.com/GeoscienceAustralia/dea-config/blob/master/dev/services/wms/ows_refactored/baseline_satellite_data/sentinel2/style_s2_cfg.py#L204-L253 But I'm a bit confused... if there's no `pq_masks` flag defined ([e.g. like this](https://github.com/GeoscienceAustralia/dea-config/blob/master/dev/services/wms/ows_refactored/baseline_satellite_data/sentinel2/style_s2_cfg.py#L178)), where are the transparent pixels coming from in the examples above?