Skip to content

Commit

Permalink
Create desfa exit/entry points json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
eougenia committed May 31, 2024
1 parent 83ae7a7 commit 0bdbb9a
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions desfa_flows_hourly_archive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"title": "desfa_flows_hourly_archive",
"description": "Deliveries / Off-takes (imports for entry points/off-takes per exit points) per hour for 2014-2018",
"type": "object",
"properties": {
"timestamp":{
"description": "Datetime of each snapshot",
"type":"string",
"format":"%Y-%m-%d %H:%M:%S+00:00"
},
"point_id": {
"description": "location for every entry/exit point",
"type": "object",
"allowed_values": {
"AG. THEODOROI":{},
"AGIA TRIADA":{},
"ALEXANDROUPOLIS":{},
"ALIVERI (PPC)":{},
"ALOYMINION":{},
"ALOYMINION II":{},
"ALOYMINION III":{},
"ALOYMINION IV":{},
"ATHENS":{},
"DRAMA":{},
"ELPE":{},
"ELPE-HAR":{},
"ELPE-VEE":{},
"ENERGIAKI THESS. (ELPE)":{},
"FARSALA":{},
"HERON II":{},
"HERONAS":{},
"KARDITSA":{},
"KATERINI":{},
"KAVALA":{},
"KAVALA (CITY)":{},
"KERATSINI \n(PPC )":{},
"KILKIS":{},
"KIPI":{},
"KOKKINA":{},
"KOMOTINI":{},
"KOMOTINI (PPC)":{},
"KOSMIO":{},
"LAMIA":{},
"LARISSA":{},
"LAVRIO (PPC)":{},
"MEGALOPOLI":{},
"MEGALOPOLI (PPC)":{},
"MOTOR OIL":{},
"MOTOR OIL II":{},
"NEA MESIMVRIA":{},
"OINOFYTA":{},
"PLATY":{},
"SALFA ANO LIOSSIA":{},
"SALFA ANTHOUSSA":{},
"SERRES":{},
"SIDIROKASTRO":{},
"SIDIROKASTRO \u0395\u03a7\u0399\u03a4":{},
"SPATA":{},
"THESSALONIKI":{},
"THISVI":{},
"THRIASSIO":{},
"TRIKALA":{},
" TRIPOLI":{},
"VFL":{},
"VIPE LARISSA":{},
"VOLOS":{},
"XANTHI":{}
}
}
}
}

0 comments on commit 0bdbb9a

Please sign in to comment.