Jeremy Hooke

Results 41 comments of Jeremy Hooke

At the risk of complicating the issue, do we want to do something with band paths too? Some of the newer products are using absolute band paths, which we previously...

With product names: | product | prefix | count | |---------------------|-----------|-----------:| | bom_rainfall_grids | /g/data | 41,591 | | srtm_dem1sv1_0 | /g/data | 3 | | s2a_level1c_granule | /g/data |...

Got an email from NCI -- they're moving `gdata2` projects to `gdata3`. If we still have any paths not normalised to the symlink they'll stop working. https://opus.nci.org.au/pages/viewpage.action?pageId=48497032 |proj|date| |-- |...

There's a few places in the code that use these, which is why the tests are failing. They're also bundled into the pip install of the package. eg. - The...

I also like that this repo lints them and tests that they can be added to datacube... we've had issues with invalid yamls before.

Thanks for the feedback @andresmore. We have some internal documentation that we've talked about moving into the public repository – both for better visibility and to track their changes more...

Thanks Didier. We hit this bug last week ourselves in the development code – the overlap cleaner identified the second tile as redundant, which for other ingesters implies tile removal,...

The suspicious part, I think, is: ```python for l1_dataset in dc.index.datasets.search(product=product): ``` 1. It's a huge query — it's returning _all_ datasets for a product. This will take a while...

> @SpacemanPaul your first example also fails on my end, although with no stack trace - it simply outputs `Killed`. The second example on the other hand seems to work....

Yes — open models are increasingly including the `` tag. Simply being able to collapse them would be a great improvement to readability.