Opened 15 years ago

Closed 12 years ago

Last modified 7 years ago

#152 closed defect (wontfix)

[raster] raster_columns out-db field should be an array

Reported by: pracine Owned by: mloskot
Priority: low Milestone: PostGIS Fund Me
Component: raster Version: master
Keywords: Cc: mloskot

Description

There should be one boolean value per band for out-db.

Change History (16)

comment:1 by pracine, 15 years ago

Cc: mloskot added; pierre removed
Milestone: postgis 1.4.1wktraster 0.1.6
Reporter: changed from pierre to pracine

comment:2 by mloskot, 15 years ago

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.

comment:3 by mloskot, 15 years ago

Owner: mloskot removed

comment:4 by pracine, 15 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 mloskot, 14 years ago

Pierre, what's status of this report? Have you had chance to update the spec?

comment:6 by mloskot, 14 years ago

Summary: [wktraster]: raster_columns out-db field should be an array[wktraster] raster_columns out-db field should be an array

comment:7 by pracine, 14 years ago

Owner: set to mloskot

I updated the final specification and the documentation.

comment:8 by pracine, 14 years ago

Version: trunk

comment:9 by pracine, 14 years ago

Owner: changed from mloskot to pracine
Status: newassigned

comment:10 by pracine, 14 years ago

Owner: changed from pracine to mloskot
Status: assignednew

comment:11 by jorgearevalo, 14 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 pracine, 14 years ago

Milestone: WKTRaster 0.1.6WKTRaster Future
Priority: highlow

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 pracine, 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 Bborie Park, 12 years ago

Resolution: wontfix
Status: newclosed

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 pracine, 12 years ago

Milestone: PostGIS Raster FuturePostGIS Future

comment:16 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.