bcgov/wps

Weather Toolkit: Clip data extent prior to processing

開放

#5,338 建立於 2026年4月22日

 (1 則留言) (0 個反應) (0 位負責人)Python (10 個分叉)auto 404
4RefinementGood First IssueTaskUser Requested

倉庫指標

星標
 (65 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Describe the task

The four panel chart plotter code currently uses the entire global/regional grib file. We could apply a mask to the data based on the latitude and longitude plus a buffer to restrict the quantity of data being processed. The latitude buffer can be pretty tight, but the longitude buffer needs to be quite wide to account for the spatial reference used by the four panel charts.

Clip data extent prior to processing 4-panel weather charts instead of using the entire global extent.

Acceptance Criteria

  • Apply latitude and longitude extent mask to RDPS and GDPS model data prior to processing charts.

Additional context

  • Currently reading in data for all latitudes and longitudes.
  • Or here

貢獻者指南