-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added permission to fill empty data when slicing a sparse dimension (#…
…105)
- Loading branch information
1 parent
f5cbdb5
commit 4ae5649
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
standard/recommendations/coverage-subset/PER_subset-slice-dimensions.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[[per_slice_sparse_dimension]] | ||
[width="90%",cols="2,6a"] | ||
|=== | ||
^|*Permission {counter:per-id}* |*/per/coverage-subset/slice-sparse-dimension* | ||
^|A |The empty portions of a slice operation on an axis (e.g. time), combined with a trimming operations on other axes (e.g. latitude and longitude) | ||
which would either be empty or not cover the full extent of the trim operation MAY be filled with data values from the same trim operation | ||
combined with a slicing operation on a different value of the slicing axis which would return non-empty values. | ||
For example, the closest or last previous time for which data is available for a certain geospatial extent may be returned. | ||
An Earth Observation use case for this permission is to allow retrieving a slice of the last available imagery on or before a certain date, | ||
taking into account that a certain geographic area may only be observed every few days. | ||
^|B |A query parameter defined by a custom or standardized extension MAY be made available to disable or change that behavior. | ||
|=== |