There is a hard-coded date for the reanalysis aggregation which limits the analysis of recently built wind farms. https://github.com/NREL/OpenOA/blob/b802df67a72059b40bb8bf21fc87c5dfdc52889d/operational_analysis/methods/plant_analysis.py#L509 The end date then truncates the data frame in this line https://github.com/NREL/OpenOA/blob/b802df67a72059b40bb8bf21fc87c5dfdc52889d/operational_analysis/methods/plant_analysis.py#L398-L400 Should this end date range be increased? Or at the very least passed as a variable?