Ticket #296 (closed task: fixed)

Opened 4 years ago

Last modified 3 years ago

[wktraster] Implement ST_GetBBox function for raster

Reported by: mloskot Owned by: jorgearevalo
Priority: high Milestone: WKTRaster 0.1.6
Component: raster Version: trunk
Keywords: Cc:

Description

Function ST_GetBBox is part of Objective 0.1.6e and shall be implemented:

ST_GetBBox(raster) -> polygon geometry

In the original presentation  WKTRasterSpecifications1.0.ppt, slides 31, 32, 33 present what ST_AsPolygon(), ST_Shape(), ST_GetBBOX() and ST_Envelop() should return.

Functions ST_GetBBOX(), ST_Envelop() and ST_Shape() are necessary to implement an elementary version of ST_Intersect() and ST_AsPolygon() is necessary to implement an elementary version of ST_Intersection() returning geometries only.

We definitely need to first write the complete specs of these functions in order to agree on what they are supposed to do. Feedback welcome. Please, post your comments below.

Change History

Changed 3 years ago by jorgearevalo

  • owner changed from pracine to jorgearevalo

Changed 3 years ago by mloskot

  • summary changed from Implement ST_GetBBox function for raster to [wktraster] Implement ST_GetBBox function for raster

Changed 3 years ago by pracine

  • priority changed from medium to high
  • version set to trunk

Changed 3 years ago by jorgearevalo

  • status changed from new to assigned

Changed 3 years ago by pracine

ST_GetBBox(raster) is replaced with ST_Envelope() since there is no more an equivalent ST_GetBBox function in PostGIS.

See the working specifications?.

Changed 3 years ago by pracine

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.