Query Class
Constructors
|
Base class for querying data. |
|
Query and get ICESat-2 data |
Attributes
Display the CMR key: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. |
|
Return the order variables object. |
|
Return the short name product ID string associated with the query object. |
|
Return the product version of the data object. |
|
Display the required key:value pairs that will be submitted. |
|
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]. |
|
|
Display the subsetting key:value pairs that will be submitted. |
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. |
|
Downloads the data ordered using order_granules. |
|
Authenticate with NASA Earthdata to enable data ordering and download. |
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 |