Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retype15/trabajo_cd_sen
https://github.com/retype15/trabajo_cd_sen
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/retype15/trabajo_cd_sen
- Owner: Retype15
- Created: 2024-11-18T04:05:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T03:23:32.000Z (about 1 month ago)
- Last Synced: 2024-11-26T04:22:44.379Z (about 1 month ago)
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JSONs para la extraccion de informacion acerca del Sistema Electrico Nacional (SEN)
### El JSON queda asi (Tambien puede verlo en el archivo Plantilla_SEN v2.json):
```json
{
"zones_with_problems": ["west" , "middle", "east"],
"date": "YYmmdd",
"url": "",
"prediction": {
"availability": ,
"demand_max": ,
"impact": ,
"deficit": ,
"backup":
},
"morning_info": {
"time": "HHmm",
"availability": ,
"demand": ,
"deficit":
},
"broken": {
//Format: "": [], Example: "AG": [1,2], "MG": [5,6]
},
"maintenance": {
//Format: "": [], Example: "AG": [1,4]
},
"limitations": ,
"distributed": {
"motors_with_problems": ,
"total_impact": ,
"combustible_problems": ,
"ships_with_problems": ,
"motors_impact":
},
"impact": {
"total_hours": "HHmm",
"max": ,
"max_hour": "HHmm"
}
}
```