Opened 11 years ago
Last modified 5 years ago
#680 assigned enhancement
Customizable handling of sample size of a coverage point
Reported by: | Piero Campalani | Owned by: | Vlad Merticariu |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | petascope | Version: | development |
Keywords: | footprint sample size | Cc: | Peter Baumann, Vlad Merticariu |
Complexity: | Medium |
Description
While GML does not provide formal means for describing the sample size (footprint) of a coverage's point, it would be clearly important to implement at least a basic handling of such attribute.
"Basic" means that we can stick to rectilinear n-D cells as representation of footprints (intervals, pixels, voxels, and so on), at first: no circular, hexagonal or other shapes. We can also start with the assumption that the coverage point is placed in the centre of the footprint, while shifting to a later stage the management of different placements of the point, e.g. in the corner/border or a footprint.
At the moment, cells with the same widths as the offset vectors along each dimension are assumed as footprints along regular grid axes (point is area). 0D footprints (point is point) are assumed on irregular axis, otoh.
Being able to configure such behaviors can have double advantage:
- on regular grids or subsgrid, that would mean that a user can be able to specify that the points are indeed points, and should not be considered areas (e.g. in the GTiff standard you have PixelIsPoint and PixelIsArea attributes];
- on irregular grids or subsgrids, that would mean that a user can specify a spatial or temporal support: an important use case is the ability to have irregular time series of data but which do cover a non 0D time interval (eg temporal aggregates).
Both cases are important and would surely provide a major plus in the capabilities of Petascope.
NOTE: as a workaround for having PixelIsPoint behaviors on regular grids, the coverage can be imported as a referenceable grid (though with regular spacing); as a (not efficient and not always possible) workaround for having footprints on irregular grids, such coverages should be imported as rectified regular grids with empty cells filling the in-between cells.
Change History (7)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Also point clouds could have this feature (in practice it would mean eg a single vector specifying the half-width of the nD area surrounding every point), tough I feel that point clouds are usually better represented as points.
comment:3 by , 11 years ago
Component: | undecided → petascope |
---|
comment:4 by , 9 years ago
Cc: | added; removed |
---|---|
Milestone: | 9.1 → 9.2 |
comment:5 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 8 years ago
Milestone: | 9.2 → 10.0 |
---|---|
Owner: | changed from | to
comment:7 by , 5 years ago
Milestone: | 10.0 → Future |
---|
hm, what would that mean for point cloud coverages?