Open brianlee731 opened 2 months ago
stage-in writes a downloaded_feature_collection.json into the same download dir as all the data files and also dumps the content of it which we save to stage-in-results.json https://github.com/unity-sds/unity-data-services/blob/develop/cumulus_lambda_functions/stage_in_out/download_granules_abstract.py#L168-L173
it's not required from U-DS perspective, i don't think it's needed from any other needs.
@wphyojpl has a PR in merge already.
The output of stage-in process needs to be 'catalog.json' not 'stage-in-results.json'
Example: https://github.com/unity-sds/app-pack-generator/blob/main/app_pack_generator/templates/stage_in.cwl#L56
Screenshot: