| 10 | |
| 11 | |
| 12 | The imageCrsDomain according to WCPS standard is |
| 13 | |
| 14 | |
| 15 | {{{ |
| 16 | Extent of the coverage in (integer) grid |
| 17 | coordinates, relative to the coverage’s |
| 18 | Image CRS2; essentially, the set of all |
| 19 | point coordinates inside the coverage |
| 20 | }}} |
| 21 | |
| 22 | But it has been done for a very long time before WCPS 1.5 with the result in geo CRS order (e.g: Lat, Long) |
| 23 | |
| 24 | |
| 25 | {{{ |
| 26 | c[Lat(53.6734: 53.9267), Long(7.6550:8.0729), unix:"CRS:1"(0)]; |
| 27 | |
| 28 | return [Lat: 885:1898, Long: 745:2417] |
| 29 | }}} |
| 30 | |
| 31 | |
| 32 | but not rasdaman order |
| 33 | |
| 34 | {{{ |
| 35 | c[Lat(53.6734: 53.9267), Long(7.6550:8.0729), unix:"CRS:1"(0)]; |
| 36 | |
| 37 | return [Long: 745:2417, Lat: 885:1898] |
| 38 | }}} |