Robbi Bishop-Taylor

Results 56 issues of Robbi Bishop-Taylor

A common use case is wanting to load a raster file from disk or S3, and reproject it into a pixel grid/GeoBox that precisely matches another dataset (e.g. to perform...

enhancement

Hey @kieranricardo and @Kirill888, I've just had a chance to test out the new `xr_percentile` function. It seems to function far faster than the built-in `.quantile` functionality in `xarray`, which...

The following two `odc.algo` functions appear to do the same thing: replace certain pixels in an array with `nodata`. To reduce confusion, it would be good to have only one...

This is going to be a tricky issue to bug-fix as it is unpredictable and only occurs sometimes: Occasionally when the `select_on_a_map` function is run, the function allows users to...

Adding a time out functionality to `select_on_a_map` would allow us to implement testing on functions and notebooks that use interactive map selection. For example, if no user feedback was observed...

**Problem** The `select_on_map` function would be a great replacement for the clunky manually defined query bounds we have in most of our notebooks. However, the biggest limitation to interactive map...

I don't know if this is a new issue, but recently I've found that the readthedocs formatting is a little broken, with API docs overlapping with the main content in...

Although we are currently able to search by `region_code` in Landsat C3 ARD, this makes it difficult to search for data acquired along an entire Landsat path or row. It...

## Issue Currently the Sandbox Explorer provides the STAC endpoint to the production database for DEA data on AWS: https://explorer.sandbox.dea.ga.gov.au/stac/ Matthias Mohr recently added this endpoint to the official STAC...

A bit of recent DEA Maps-related feedback: we recently had a stakeholder who wasn't aware of how to access product metadata or data access info for products listed in DEA...

enhancement