Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparaison croisée entre indisponibilité et groupe #49

Open
jalazawa opened this issue Jan 24, 2018 · 0 comments
Open

Comparaison croisée entre indisponibilité et groupe #49

jalazawa opened this issue Jan 24, 2018 · 0 comments
Assignees

Comments

@jalazawa
Copy link
Member

Après #48

  1. Pour chaque panne, centrale (UnitName), MapCode, AreaName, AreaType, sur la période StartTS - EndTS, vérifier que l'information InstalledGenCapacity du fichier ANNEE_MOIS_OutagesGU.csv
    est égal à InstalledGenCapacity du fichier ANNEE_MOIS_ActualGenerationOutputPerUnit.csv.

Difficulté : Les données du premier fichier sont définies sur des plages horaires et le second sur des chroniques à l'instant T.

Lors de la fusion, il faudra arrondir les heures, par exemple

  • StartTS - EndTS : 2016-07-06 02:32:00.000 et 2016-07-06 04:01:00.000 concernera la production de la centrale en panne entre 2016-07-06 02:00:00.000 et 2016-07-06 05:00:00.000
  • On arrondit StartTS à l'heure précédente.
  • On arrondit EndTS à l'heure suivante.

Fichier ANNEE_MOIS_OutagesGU.csv

capa_1

Fichier ANNEE_MOIS_ActualGenerationOutputPerUnit.csv
capa_2

  1. Pour chaque panne, centrale (UnitName), MapCode, AreaName, AreaType, sur la période StartTS - EndTS, vérifier que l'information AvailableCapacity du fichier ANNEE_MOIS_OutagesGU.csv
    est supérieur ou égal à ActualGenerationOutput du fichier ANNEE_MOIS_ActualGenerationOutputPerUnit.csv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants