Alex Leith

Results 32 issues of Alex Leith

Hey folks Not sure if this is expected to work, but I have a nice colourmap for a categorical plot, [example here](https://github.com/digitalearthpacific/dep-ml-products/blob/366119b3899ca28a11625855ab7ae65e04feb798/Load_ML_Mosaic.ipynb). Code is something like this: ```python from matplotlib...

enhancement

As discussed on Slack, the OpenDataCube has metadata and functionality to handle masking certain flags in a simple way. It's [not documented](https://datacube-core.readthedocs.io/en/latest/api/indexed-data/masking.html#masking-with-bit-flag-measurements), whoops, but has a [bunch of code around...

enhancement

Current options to write data out with a different definition of geobox coordinates include either: a) using the private method ``` _write_cog( data, new_geobox, output_file, ) ``` b) assigning coordinates,...

enhancement

Not sure if this is a good idea. Is it better to have a scene added where geometry is possibly not right, or to fail and report it for fixing?

Pretty trivial little PR. Just adding some nice UX for us humans.

In ODC, the shape and transform (grid) information is optional. We should be able to handle assets without shape and transform, but currently we can't. Errors look like this: ```...

These tests work ok: https://github.com/opendatacube/odc-tools/blob/develop/libs/aws/tests/test_aws.py But what you can't do is count the number of messages on the destination queue. Doing this would make the test more meaningful.

It's hard to reproduce, but if you install `odc-apps-dc-tools` without `aiohttp==3.6.2`, for example, the tool will just hang.

>/env/lib/python3.6/site-packages/eodatasets3/images.py:724: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison The code triggering it is `out_data[index][data == value] = rgb[index]`, which needs to be...

See: https://github.com/stac-extensions/processing This would be a nice alternative or complement to the proc-info yaml.