bcgov/wps
ASA: Create Cloud Optimized Geotiffs as part of process_hfi process
Aperta
#2347 aperta il 20 ott 2022
Good First IssueTask
Metriche repository
- Star
- (65 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Describe the task Automate the process of generating COGs based on processed SFMS/HFI files and store them in our object store
Acceptance Criteria
- When an SFMS.file message is placed on the NATS queue, once the file has been processed by
process_hfi(), a new cloud optimized hfi raster based on the SFMS file is created and placed in object store - The new COG can be viewed in the map on the ASA page
Additional context
- Started working on this task in https://github.com/bcgov/wps/tree/task/automate-hfi-classification branch, but didn't finish it because of problems with NATS queue performance in prod
- This task is considered a performance enhancement, as it will speed up map rendering on the frontend