Robbi Bishop-Taylor

Results 55 issues of Robbi Bishop-Taylor

### Expected behaviour I would like to load a Landsat virtual product into the same spatial grid/geobox as a previously loaded Sentinel-2 virtual product. To do this using `dc.load`, I...

bug
pinned

### Expected/actual behaviour The following two functions can be used for reprojecting `xarray` objects and raster files respectively: ``` from odc.algo import xr_reproject from datacube.testutils.io import rio_slurp_xarray ``` Currently, the...

pinned

### Expected behaviour When using `dc.load()` to load high resolution data (e.g. 25m) at a low resolution (e.g. 5000m), I expect to be able to use `resampling='average'` parameter to return...

loading data
pinned
v2

In DEA, we turn off Fmask's default cloud mask buffering so that users can apply custom buffering themselves. Because of this, we should include a simple example of buffering Fmask...

We should create a `Frequently_used_code` notebook that documents some useful techniques for optimising memory use when analysing DEA data. @Kirill888 has lots of useful tools for doing that here: https://github.com/opendatacube/odc-tools/blob/develop/libs/algo/odc/algo/_masking.py...

new feature/enhancement

> A thought came to mind which I believe would greatly increase the utility of the Sandbox for students, which is for students to be able to create their own...

We get a query on Slack about creating a coastal mask roughly every month or so. It would be great to have a `Frequently_used_code` notebook that demonstrates several different approaches...

new feature/enhancement

While testing #549, I found that `xr_vectorize` will happily accept a multi-temporal `xarray` dataset (e.g. multiple time steps), and return a single `GeoDataFrame` in return. The problem is I can't...

Adding speckle filtering greatly enhances the appearance of the shipping lane notebook outputs: ![image](https://user-images.githubusercontent.com/17680388/72040212-f5308800-32fb-11ea-9927-90ca51fe2a20.png) The current example runs slowly however. If we can find a way to increase performance it...

new feature/enhancement

Issue to record any inconsistencies we find between the NCI and DEA Sandbox environments, including: - Any modules/python packages not installed on both environments - Any missing Jupyter lab extensions...

help wanted