|
578 | 578 | geographical nearest-neighbour operations such as |
579 | 579 | decreasing the refinement level. |
580 | 580 |
|
581 | | - For a Multi-Order Coverage (MOC), where pixels with |
582 | | - different refinement levels are stored in the same |
583 | | - array, the indexing scheme has a unique index for each |
584 | | - cell at each refinement level. The "nested_unique" |
585 | | - scheme for an MOC indexes pixels within each |
586 | | - refinement level with the nested scheme, but |
587 | | - geographically close pixels at different refinement |
588 | | - levels do not have close indices.""", |
| 581 | + A Multi-Order Coverage (MOC) has pixels with different |
| 582 | + refinement levels stored in the same array. The |
| 583 | + "nested_unique" scheme for an MOC has a unique index |
| 584 | + for each cell at each refinement level, such that |
| 585 | + within each refinement level a nested-type scheme is |
| 586 | + employed. In the "nested_unique" scheme, pixels at |
| 587 | + different refinement levels inside a single coarser |
| 588 | + refinement level cell can have widely different |
| 589 | + indices. For each refinment level *n*, the |
| 590 | + "nested_unique" indices are in the range |
| 591 | + :math:`4^{(n+1)}, ..., 4^{(n+2)}-1`.""", |
589 | 592 | # ---------------------------------------------------------------- |
590 | 593 | # Method description substitutions (4 levels of indentation) |
591 | 594 | # ---------------------------------------------------------------- |
|
0 commit comments