121 | | Extraction is based on where SQL statements or specific time stamps. Interpolated maps are created or existing map ids will be returned. |
122 | | The extraction tool will provide different types of extraction algorithms |
123 | | Nearest neighbour |
124 | | Interpolation (only raster and voxel maps) (linear, quadratic, ...) or |
125 | | first valid time stamp. |
| 121 | Extraction is based on where SQL statements or specific time stamps. Internally a temporal rtree will be created to store temporal ordered maps. Interpolated maps are created or existing map ids will be returned. |
| 122 | The extraction tool will provide different types of extraction algorithms: |
| 123 | * Nearest neighbour |
| 124 | * Interpolation (only raster and voxel maps) (linear, quadratic, ...) or |
| 125 | * first/last valid time stamp. |