icepyx.Query.spatial

property Query.spatial

Return the spatial object, which provides the underlying functionality for validating and formatting geospatial objects. The spatial object has several properties to enable user access to the stored spatial extent in multiple formats.

See also

spatial.Spatial.spatial_extent, spatial.Spatial.extent_type, spatial.Spatial.extent_file, spatial.Spatial

Examples

>>> reg_a = ipx.GenQuery([-55, 68, -48, 71],['2019-02-20','2019-02-28'])
>>> reg_a.spatial
<icepyx.core.spatial.Spatial at [location]>
>>> print(reg_a.spatial)
Extent type: bounding_box
Coordinates: [-55.0, 68.0, -48.0, 71.0]