Pin Jin

Results 36 issues of Pin Jin

### Expected behaviour return either `creation_time` or `creation_dt` as they are the same fields ### Actual behaviour ``` {'creation_time': datetime.datetime(2012, 1, 1, 0, 0), 'format': 'GeoTIFF', 'label': None, 'lat': Range(begin=-20.000103279534002,...

`digitalearthau` (https://github.com/GeoscienceAustralia/digitalearthau) github repo has a testing package that prepares an empty database for odc testing, `digitalearthau` split pathways with current `datacube-core` years ago, it originally was kept to enable...

enhancement

### Expected behaviour ``` root@e2ea6f2165ae:/code# datacube dataset search id = '35cbccee-cb07-51cf-85d2-6d2948957545' id: 35cbccee-cb07-51cf-85d2-6d2948957545 product: rainfall_chirps_daily status: active locations: - file://example.com/test_dataset/ fields: cloud_cover: null creation_time: 2021-12-17 02:30:32.725683+00:00 crs_raw: epsg:4326 dataset_maturity: null...

improvement proposal
easy

### Expected behaviour `datacube dataset add` should error and prevent dataset from indexing if `datetime` or `center_dt` is out of `start_datetime` and `end_datetime` time range. for example ``` datetime: 2019-05-15T00:00:00Z...

improvement proposal

command ``` (base) ubuntu@dea-dev-eks:~/datakube/workspaces/dea-dev/03_odc_k8s_apps$ docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover ``` logging ``` Error: Unreadable module directory Unable to evaluate directory symlink: lstat ../../../modules: no such file...

loki-stack depends on deprecated `fluent-bit` chart as stated on https://github.com/grafana/helm-charts/blob/main/charts/fluent-bit/README.md https://github.com/grafana/helm-charts/blob/main/charts/loki-stack/requirements.yaml#L10-L13

https://github.com/grafana/helm-charts/blob/main/charts/fluent-bit/templates/configmap.yaml#L30-L37 trying to add filter modify https://docs.fluentbit.io/manual/pipeline/filters/modify

## What is your feature request? I would like the chart to support additional configuration for `pgbouncer` service https://www.pgbouncer.org/config.html#example useful custom config include: - `admin_users` https://github.com/pgbouncer/pgbouncer/blob/master/etc/pgbouncer.ini#L129-L130 - `ignore_startup_parameters` https://github.com/pgbouncer/pgbouncer/blob/master/etc/pgbouncer.ini#L154-L156 ##...

kind/enhancement

`datacube-ows` version: master branch `ows_config.py` version/link:: test config ### Description I tried to setup unit test for `render_legend` function https://github.com/opendatacube/datacube-ows/blob/master/datacube_ows/styles/base.py#L386-L408, had a lot of difficulties instantiating class ``` class StyleDefBase(OWSExtensibleConfigEntry,...

enhancement

`datacube-ows` version: master `ows_config.py` version/link:: ows_test_cfg.py ### Description trying to increase test coverage, should this be reviewed and be written consistently? https://github.com/opendatacube/datacube-ows/blob/2319ff24d65b825078e4c7118f0849c76b5e8aa6/datacube_ows/wcs1.py#L41-L54 https://github.com/opendatacube/datacube-ows/blob/2319ff24d65b825078e4c7118f0849c76b5e8aa6/datacube_ows/wcs2.py#L65-L80 ### What I Did Paste the command(s)...