Computes the geographical extent of a given array.
AFL% eo_extent(...);
| Argument | Description |
|---|---|
... |
Optional list of arrays |
A one-dimensional table-like array with rows for all given arrays and attributes (arrayname,setting,xmin,xmax,ymin,ymax,tmin,tmax,vmin,vmax) representing the geographical extent.
If no array is given as parameters, eo_extent considers all existing earth observation arrays (as in eo_arrays()).
store(build(
2. Extent for all arrays
eo_extent();
3. Extent one specific arrays
eo_extent(world_st); ```
Vertical referencing is currently not implemented.