Category | Feature | Description | References |
New feature | Support for the subset raster in a NetCDF raster file that has multiple subsets | The subset raster in a NetCDF raster file that has multiple subsets can be imported. You can specify the subset name to import the subset raster. | None |
Custom metadata and time series information of rasters | The ST_MetaItems function is supported. This function is used to obtain the names of all custom metadata items. | ST_MetaItems |
The ST_MetaData function is supported. This function is used to obtain custom metadata items of a raster and return custom metadata items in the JSON format. | ST_MetaData |
The ST_SetMetaData function is supported. This function is used to specify a metadata item. | ST_SetMetaData |
The ST_BeginDateTime function is supported. This function is used to obtain the start time of a raster. | ST_BeginDateTime |
The ST_EndDateTime function is supported. This function is used to obtain the end time of a raster. | ST_EndDateTime |
The ST_SetBeginDateTime function is supported. This function is used to configure the start time of a raster. | ST_SetBeginDateTime |
The ST_SetEndDateTime function is supported. This function is used to configure the end time of a raster. | ST_SetEndDateTime |
The ST_SetDateTime function is supported. This function is used to configure the start time and end time of a raster and the time when a band is obtained. | ST_SetDateTime |
Support for converting a raster into a BYTEA-type image | The ST_AsImage function is supported. This function is used to convert a raster into a BYTEA-type image. | ST_AsImage |
The ST_AsPng function is supported. This function is used to convert a raster into a BYTEA-type PNG image. | ST_AsPNG |
The ST_AsJPEG function is supported. This function is used to convert a raster into a BYTEA-type JPEG image. | ST_AsJPEG |
Support for the GeomGrid data type and operations | The GeomGrid data type is supported. | GeomGrid SQL reference |
The ST_AsText function is supported. This function is used to convert a grid into a text representation. | ST_AsText |
The ST_AsGeometry function is supported. This function is used to obtain the geometric representation of a grid. | ST_AsGeometry |
The ST_AsBinary function is supported. This function is used to convert a grid into a binary representation. | ST_AsBinary |
The ST_AsBox function is supported. This function is used to obtain the box representation of a grid. | ST_AsBox |
The ST_AsGrid function is supported. This function is used to query the grids that intersect with a geometric object. | ST_AsGrid |
The ST_GridFromText function is supported. This function is used to convert a grid from a text representation into a GeomGrid representation. | ST_GridFromText |
The ST_GridFromBinary function is supported. This function is used to convert a grid from a binary representation into a GeomGrid representation. | ST_GridFromBinary |
The ST_Intersects function is supported. This function is used to identify the spatial relationship between two raster objects or between a raster object and a geometric object. This function allows you to check whether the first specified object intersects with the second specified object. | ST_Intersects |
The ST_Contains function is supported. This function is used to identify the spatial relationship between two raster objects or between a raster object and a geometric object. This function allows you to check whether the first specified object contains the second specified object. | ST_Contains |
The ST_Within function is supported. This function is used to identify the spatial relationship between two grid objects or between a grid object and a geometric object. This function allows you to check whether the first specified object is within the second specified object. | ST_Within |
Rapid display and storage of vector data | The ST_BuildPyramid function is supported. This function is used to create a vector pyramid. | ST_BuildPyramid |
The ST_DeletePyramid function is supported. This function is used to delete a vector pyramid. | ST_DeletePyramid |
The ST_Tile function is supported. This function is used to obtain vector data in the MVT format. | ST_Tile |
Fixed issue | The following issue is fixed: In some cases, OOM errors occur when you create pyramids. |
The following issue is fixed: Trajectory objects on January 1, 2000 cannot be created. |
The following issue is fixed: In some scenarios, an invalid trajectory is returned when the ST_Intersection function is used for trajectory objects. |
The following issue is fixed: The system stops responding during a Ganos upgrade. |
This minor version is compatible with PostGIS 2.5.4. |