Damien Ayers

Results 63 comments of Damien Ayers

NP. I think that if we've gone to the effort of writing tests, we might as well do a bit more and have them run all the time in case...

Yep, those ARD will require re-indexing too. The issue is with an older version of `odc-tools`, which did a poor job of indexing from STAC. It was fixed somewhere mid...

There are quite a few products with large numbers of duplicate datasets (2018 only): | prod_name | actual | num_dupes | total | | - | - | - |...

I think the only sane way is going to be normalising to an absolute path, which ignores the symlinks. If the NCI or anyone else moves data around, we rewrite...

The error is due to `boto3` being the _wrong_ version. ``` s3.load() --------------------------------------------------------------------------- VersionConflict Traceback (most recent call last) in () ----> 1 s3.load() /g/data/v10/public/modules/dea-env/20180405/lib/python3.6/site-packages/pkg_resources/__init__.py in load(self, require, *args, **kwargs)...

Hi Bex, sorry about the poor documentation! I'll come and talk to you soon so that we can get things working for you *and* fix the docs.

A very quick test of `rio cogeo` indicates no significant performance difference.

- [ ] Easier submission to large parallel PBS jobs - [ ] Useful progress logging when run in PBS or as a background process - We currently use [`tqdm`](https://tqdm.github.io)...

- [ ] Make the `src_template` more flexible and simplify `class COGProductConfiguration` by using either [`parse`](https://pypi.org/project/parse/) or accepting regexes. - [ ] Look into using [MPIPoolExecutor](https://mpi4py.readthedocs.io/en/stable/mpi4py.futures.html#mpipoolexecutor) for distributing work inside...

What testing has happened on this? What's a before and after example query? With runtimes...