Query Class
Constructors
|
Base class for querying data. |
|
Query and get ICESat-2 data |
Attributes
value pairs that will be submitted. |
|
Return the unique ICESat-2 orbital cycle. |
|
Return an array showing the date range of the query object. |
|
Return the end time specified for the end date. |
|
Return the granules object, which provides the underlying functionality for searching, ordering, and downloading granules for the specified product. |
|
This used to print the list of vasriables for subsetting, Harmony doesn't provide that for IS2 datasets. |
|
Return the short name product ID string associated with the query object. |
|
Return the product version of the data object. |
|
Return the spatial object, which provides the underlying functionality for validating and formatting geospatial objects. |
|
Return an array showing the spatial extent of the query object. Spatial extent is returned as an input type (which depends on how you initially entered your spatial data) followed by the geometry data. Bounding box data is [lower-left-longitude, lower-left-latitute, ... upper-right-longitude, upper-right-latitude]. Polygon data is [longitude1, latitude1, longitude2, latitude2, ... longitude_n,latitude_n, longitude1,latitude1]. |
|
Return the start time specified for the start date. |
|
Return the Temporal object containing date/time range information for the query object. |
|
Return the unique ICESat-2 Reference Ground Tracks |
Methods
|
Obtain information about the available granules for the query object's parameters. |
|
Download the granules for the order, blocking until they are ready if necessary. |
A reference function to is2ref.latest_version. |
|
|
Place an order for the available granules for the query object. |
Display all metadata about the product of interest (the collection). |
|
Display a summary of selected metadata for the specified version of the product of interest (the collection). |
|
Display customization/subsetting options available for this product. |
|
Creates a map displaying the input spatial extent |
|
Visualize elevation requested from OpenAltimetry API using datashader based on cycles https://holoviz.org/tutorial/Large_Data.html |