Ariana-B

Results 23 issues of Ariana-B

### Reason for this pull request Windows developer setup instructions are out of date and incomplete. ### Proposed changes - Update windows setup guide to be more complete - [...

### Reason for this pull request On servers that aggressively close idle connections (e.g. NCI), the connection is sometimes closed prematurely when combining db calls with file io or writing...

Resolves #91 Accepts `isNull` args as both arrays and objects for consistency with `not` implementation. However it's worth noting that the comment regarding the standard being ambiguous might be outdated...

According to the [CQL grammar spec](https://portal.ogc.org/files/96288#cql-bnf), an attribute name should be allowed to contain a period, such as in the case of `properties.eo:cloud_cover`. Currently, ecql and cql2-text parsers only support...

In `to_sql_where`, if an attribute name is not present in the `field_mapping`, a `KeyError` will be thrown. Meanwhile, in the roughly analogous Django and SQLAlchemy integrations, `to_filter` will treat an...

According to the cql2 spec, the NULL predicate should look like this in cql2-json: ``` { "op": "isNull", "args": [ { "property": "geometry" } ] } ``` However, if using...

### Reason for this pull request Functionality to delete products via the CLI has long been requested. ### Proposed changes - Add `datacube product delete` CLI command that deletes the...

Add parameters to `SummaryStore.search_items` to enable factoring the `filter` and `sortby` extensions into the database query, thus moving the logic out of `_handle_search_request` and `search_stac_items` in `_stac.py`, where it was...

Remedy some oversights from my previous work on stac api extensions: - support `fields`, `sortby`, and `filter` as GET request query parameters - remove conformance classes that weren't actually implemented...

As per #520 ---- 📚 Documentation preview 📚: https://datacube-explorer--523.org.readthedocs.build/en/523/