Using v0.3.0a14, get_collection_concept_id() uses a shortname to query CMR to get the concept_id if concept_id is not defined in the dataset-config.
When you have multiple versions of a collection, using the shortname can result in the wrong collection version being pulled, which may have different UMM-S and UMM-Var, and can result in incorrect imagery or a failing workflow. To ensure the correct concept_id is pulled, entry_id should be used instead of shortname.
This request is low-priority for us since we discovered you can add concept_id explicitly in the dataset-config. I've requested that be documented for the official 0.3.0 release.
Using v0.3.0a14, get_collection_concept_id() uses a shortname to query CMR to get the concept_id if concept_id is not defined in the dataset-config.
When you have multiple versions of a collection, using the shortname can result in the wrong collection version being pulled, which may have different UMM-S and UMM-Var, and can result in incorrect imagery or a failing workflow. To ensure the correct concept_id is pulled, entry_id should be used instead of shortname.
This request is low-priority for us since we discovered you can add concept_id explicitly in the dataset-config. I've requested that be documented for the official 0.3.0 release.