Pin Jin
Pin Jin
> @pindge fluent-bit already deprecated. See: https://github.com/grafana/helm-charts/blob/main/charts/fluent-bit/README.md Thank you, loki-stack helm still reference to this chart, I'll raise an issue against `loki-stack`
this is output from gsky via terria https://gsky.nci.org.au/ows/dea?exceptions=XML&version=1.3.0&feature_count=101&time=2016-10-31T23%3A59%3A59.000Z&styles=fc&service=WMS&request=GetFeatureInfo&layers=hltc_low&bbox=12719121.506653327%2C-3013453.4031147882%2C12758257.26513534%2C-2974317.644632779&width=256&height=256&crs=EPSG%3A3857&query_layers=hltc_low&info_format=application%2Fjson&i=48&j=219 ``` { type: "FeatureCollection", features: [ { type: "Feature", properties: { x: 12726459.461369, y: -3007797.063022, time: "2016-10-31T23:59:59.000Z", bands: { LOW_swir1: 0.3680692, LOW_nir:...
> Dear All, > > Can anybody suggest how to add datasets to the datacube database and index, ingest. I have referred to the doc but it is so confusing...
What does `None without` mean
this page is now reflecting `70` products as I have deleted some products from db
one potential solution is to add `product_category` to product metadata definition, and to query against it > [8:38 AM] Paul Haesler If product_category was listed in the metadata_type as a...
@SpacemanPaul suggested this is not core's issue, it was just transferred here from core
nodata supported type can be anything as per odc schema https://github.com/opendatacube/datacube-core/blob/develop/datacube/model/schema/dataset-type-schema.yaml#L97-L100 ``` nodata: oneOf: - type: number - enum: [NaN, Inf, -Inf] - ``` dtype restriction https://github.com/opendatacube/datacube-core/blob/develop/datacube/model/schema/dataset-type-schema.yaml#L54-L55
https://github.com/opendatacube/datacube-core/pull/1347