Jeremy Hooke

Results 41 comments of Jeremy Hooke

Hey Bex! Thanks for the suggestion Making it configurable definitely possible, and pretty easy. I'll add it to the list.

Follow-up query to look into: do our range searches handle inclusive/exclusive bounds the same way as expected by Stac? Do we interpret "ranges" like `/stac/search?datetime=2018-02-12/2018-02-12` correctly? (I don't know what...

See also comment by @alexgleith on limitation of current open-range searches: https://github.com/opendatacube/datacube-explorer/pull/243#discussion_r534572906

Interesting that the error is coming from a "LegacyCursorResult" object, I wonder if sqlalchemy has changed

I agree that force-refresh is the correct move here — it _should_ replace everything Explorer knows about the product. Will look into the crash, but to answer the other Qs:...

> Does this SQL query make any sense? > Should a 'QA' feature like this be included in Explorer? It does, though it's a broad brush to use. The raw...

> The LegacyCursorResult type errors were first seen on develop after @omad merged #580 on 18 March, and it looks like commit [e0aa69f](https://github.com/opendatacube/datacube-explorer/commit/e0aa69f3d34903d7feb722a4e209525e5f975cad) introduced the error (commit [a6c1079](https://github.com/opendatacube/datacube-explorer/commit/a6c10790966fe1271424124885a6aa6364c1384d) just before...

This might be a good excuse to move from shed over to ruff, as we have with other repositories. Formatting is fine and we don't need the "modernisation" aspects.

Reverting those changes in #587