Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters
Source:R/sagemakergeospatialcapabilities_operations.R
sagemakergeospatialcapabilities_sea_ras_dat_col.RdAllows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.
See https://www.paws-r-sdk.com/docs/sagemakergeospatialcapabilities_search_raster_data_collection/ for full documentation.
Usage
sagemakergeospatialcapabilities_search_raster_data_collection(
Arn,
NextToken = NULL,
RasterDataCollectionQuery
)Arguments
- Arn
[required] The Amazon Resource Name (ARN) of the raster data collection.
- NextToken
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
- RasterDataCollectionQuery
[required] RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in
search_raster_data_collection.