Kirill Kouzoubov
Kirill Kouzoubov
##### System information (version) - OpenCV => all - Operating System / Platform => all - Compiler => all ##### Detailed description There are a number of methods in OpenCV...
I would like to use non-default system browser to complete SSO and web console logins. Currently this is only supported via `--stdout` option (although there is a bug #868 that...
Right now netcdf4 library is a non-optional dependency of datacube, but it's use within the library is actually fairly limited. With deprecation of ingestion step and move towards cloud, netcdf...
1. `native_geobox(ds)` should return "default" grid rather than fail if there are multiple grids in the eo3 dataset 2. should check for eo3 metadata BEFORE checking for grid spec. In...
When adding datasets to the index very little validation of metadata correctness is performed. Dataset metadata is simply added to the database as is. However when data is later used...
### Expected behaviour Should be able to define Dataset `grid_spatial` with Geographic CRS, like `EPSG:4326` using `latitude/longitude` keys instead of `y,x` for for `geo_ref_points` construct: ```yaml 'grid_spatial': {'projection': { 'spatial_reference':...
Now that EO3 metadata is supported natively within datacube we should update ingestor tool to generate new style metadata as well. Only implication I see is the use of embedded...
## Introduction When loading data from a file with missing geo-registration metadata datacube will not fail, instead it will silently substitute missing metadata with metadata recorded in the `Dataset` object....
### Expected behaviour `dc.Dataset` has a property `.time` which is a time range covering the capture period from earliest pixel to the latest. Ingestion process generates one or more datasets...
Problem ====== Datacube load pipeline assumes that there is always a `nodata` value available to differentiate output pixels that have been populated with valid data from data source and those...