NIEHS / beethoven

BEETHOVEN is: Building an Extensible, rEproducible, Test-driven, Harmonized, Open-source, Versioned, ENsemble model for air quality
https://niehs.github.io/beethoven/
Other
5 stars 0 forks source link

query NLCD years #373

Open mitchellmanware opened 1 month ago

mitchellmanware commented 1 month ago

Create function to match relevant pipeline years to the years with available NLCD data. for target df_feat_calc_nlcd_params

sigmafelix commented 3 days ago

The NLCD years were used to be matched after main calculation by post_calc_year_expand. Since we use the fixed vector of NLCD years, the workload is already reduced in my opinion. Perhaps improving readability of post_calc_year_* functions and all postprocessing functions to the large extent would help to streamline the calculation and optimize the (post-)calculation.