|
void | get_collection_ids (std::vector< std::string > &collection_ids) |
|
void | get_days (std::string collection_name, std::string r_year, std::string r_month, std::vector< std::string > &days_result) |
|
cmr::Granule * | get_granule (const std::string path) |
|
cmr::Granule * | get_granule (std::string collection_name, std::string r_year, std::string r_month, std::string r_day, std::string granule_id) |
|
void | get_granule_ids (std::string collection_name, std::string r_year, std::string r_month, std::string r_day, std::vector< std::string > &granules_result) |
|
void | get_granule_ids (std::string collection_name, std::string r_year, std::string r_month, std::vector< std::string > &granules_result) |
|
void | get_granules (std::string collection_name, std::string r_year, std::string r_month, std::string r_day, std::vector< cmr::Granule * > &granules) |
|
void | get_months (std::string collection_name, std::string year, std::vector< std::string > &months_result) |
|
void | get_years (std::string collection_name, std::vector< std::string > &years_result) |
|
unsigned long | granule_count (std::string collection_name, std::string r_year, std::string r_month, std::string r_day) |
|
Definition at line 45 of file CmrApi.h.
◆ get_days()
void cmr::CmrApi::get_days |
( |
std::string |
collection_name, |
|
|
std::string |
r_year, |
|
|
std::string |
r_month, |
|
|
std::vector< std::string > & |
days_result |
|
) |
| |
Creates a list of the valid days for the collection matching the year and month
Definition at line 425 of file CmrApi.cc.
◆ get_granule()
cmr::Granule * cmr::CmrApi::get_granule |
( |
std::string |
collection_name, |
|
|
std::string |
r_year, |
|
|
std::string |
r_month, |
|
|
std::string |
r_day, |
|
|
std::string |
granule_id |
|
) |
| |
Returns all of the Granules in the collection matching the date.
Definition at line 549 of file CmrApi.cc.
◆ get_granules()
void cmr::CmrApi::get_granules |
( |
std::string |
collection_name, |
|
|
std::string |
r_year, |
|
|
std::string |
r_month, |
|
|
std::string |
r_day, |
|
|
std::vector< cmr::Granule * > & |
granules |
|
) |
| |
Returns all of the Granules in the collection matching the date.
Definition at line 516 of file CmrApi.cc.
◆ get_months()
void cmr::CmrApi::get_months |
( |
std::string |
collection_name, |
|
|
std::string |
year, |
|
|
std::vector< std::string > & |
months_result |
|
) |
| |
◆ get_years()
void cmr::CmrApi::get_years |
( |
std::string |
collection_name, |
|
|
std::vector< std::string > & |
years_result |
|
) |
| |
Queries CMR for the 'collection_name' and returns the span of years covered by the collection.
- Parameters
-
collection_name | The name of the collection to query. |
collection_years | A vector into which the years will be placed. |
Definition at line 334 of file CmrApi.cc.
The documentation for this class was generated from the following files: