Change History (16)
comment:1 by , 16 years ago
Cc: | added; removed |
---|---|
Milestone: | postgis 1.4.1 → wktraster 0.1.6 |
Reporter: | changed from | to
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Owner: | removed |
---|
comment:4 by , 16 years ago
Summary: | raster_columns out-db field should be an array → [wktraster]: raster_columns out-db field should be an array |
---|
comment:5 by , 15 years ago
Pierre, what's status of this report? Have you had chance to update the spec?
comment:6 by , 15 years ago
Summary: | [wktraster]: raster_columns out-db field should be an array → [wktraster] raster_columns out-db field should be an array |
---|
comment:8 by , 15 years ago
Version: | → trunk |
---|
comment:9 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:10 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:11 by , 15 years ago
So, finally the out-db field is a boolean, not an array. Isn't it?
I think that has more sense, because I don't think a raster with one band in-db and other one out-db is a common situation… All bands in-db or all bands out-db.
Am I right?
comment:12 by , 15 years ago
Milestone: | WKTRaster 0.1.6 → WKTRaster Future |
---|---|
Priority: | high → low |
The problem is that out-db (actually offline in rt_api.c) is a per-band variable. So I'm trying to find in situations where we could end with a raster having one or many out-db bands and one or many in-db bands. Up to now the only case I found would be something like a ST_RasterFromBands(r1, r2, r3) function constructing a multi-band raster from raster columns originating from different tables. But we could decide that such a function always produce in-db rasters…
I would say lets leave it a boolean until we get in a situation where we can not avoid having out-db and in-db bands at the same time in a raster.
I set it to WKTRaster Future so we kepep track of it.
comment:13 by , 14 years ago
Summary: | [wktraster] raster_columns out-db field should be an array → [raster] raster_columns out-db field should be an array |
---|
comment:14 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The field out_db field no longer exists in raster_columns. It may return once out-of-db raster support is fully part of PostGIS Raster.
comment:15 by , 13 years ago
Milestone: | PostGIS Raster Future → PostGIS Future |
---|
Pierre,
Are you referring to the RASTER_COLUMNS specification or its implementation?
I'm not the author of the specification, I'm the author of its implementation (still incomplete). I'm not sure I'm the right person to fix the spec. I think it's a good idea to discuss it on the list, so Frank and others have chance to give comments.
I'm assigning myself.