Jeremy Hooke

Results 13 issues of Jeremy Hooke

I tried to update a set of products recently that were stored in a multi-document yaml: - Running `datacube product update products.yaml.gz` threw an error because one of the products...

pinned
v2
cli

I get a parse errror using less 1.2.19 with print CSS selectors: ``` @page { margin: 2cm } @page :first { margin-top: 10cm } ``` The CSS paged media specification:...

2.0 - less.js

Apps written using Java's JSF are littered with HTML elements with colons in the ID, eg: ``` ``` To select these with CSS you can backslash the colon, like this:...

pending
low priority

We allow stac searches with a datetime property: `/stac/search?datetime=` Currently `datetime` can be a timestamp: ``` /stac/search?datetime=2018-02-12T23:20:50Z ``` or a range: ``` /stac/search?datetime=2018-02-12T00:00:00Z/2018-03-18T12:31:12Z ``` ... and time is optional: ```...

enhancement
stac

From reading the release notes, these are things to investigate: (many of these will go upstream to eodatasets, rather than here, as it does the `Item` conversion for us) Item...

stac

It seems we have no credentials configured now (but did in the past?) ``` Run docker/login-action@v3 Error: Username and password required ```

Reported by Belle and Toktam ``` warnings.warn( Traceback (most recent call last): File "le_lccs_odc.py", line 74, in gridded_classification.run_classification( File "/home/jovyan/livingearth_lccs/le_lccs/le_utils/gridded_classification.py", line 366, in run_classification export_obj.write_xarray(l4_out_classification_array, **product.config()) File "/home/jovyan/livingearth_lccs/le_lccs/le_export/gridded_export.py", line 187,...

A few products have been indexed with their location resolved to a specific lustre drive (eg. `/g/data2`) rather than the symlink `/g/data`. Query of unique `file:///` prefixes: | prefix |...

Example [WOfS dataset](https://data.dea.gadevs.ga/dataset/9c520951-aee9-4a20-8232-00deb1609836) algorithm section: ![screen shot 2018-09-28 at 10 04 27 am](https://user-images.githubusercontent.com/25688/46180821-f5bf2e00-c305-11e8-9919-c890789204df.png) Here's a query for all products with this issue. For most of them it's a small percentage...

bug