Open Issues Need Help
View All on GitHubAI Summary: Migrate existing PV site data model functions from the analysis-dashboard repository to the pv-site-datamodel repository. This involves refactoring and potentially cleaning up the functions, ensuring they integrate seamlessly with the existing pv-site-datamodel structure. Some functions may already exist in the target repository, requiring identification and potential merging or removal of duplicates.
AI Summary: Optimize the `get_all_models` function in the `pvsite_datamodel` Python package to improve its performance, specifically addressing slow execution times observed in the Netherlands (NL). This involves analyzing the existing code, potentially adding database query optimizations (like filtering by `start_datetime_utc`), and testing the changes to ensure correctness and performance improvements.