To merge/remove any unused visualization scripts. E.g. right now we have visualisation.py, visualise.py and the visualisation folder.
Related to #216, any links in the visualization scripts that pull data from the PLEXOS-World transmission data (i.e. from Costs Line expansion.xlsx) needs to be updated to pull data from the Global Transmission Data. The calculate_transmission_distances function in transmission/data.py pulls data from centerpoints.csv so could be used to set correct center points for plotting the transmission lines.
-Related to #183, we should add in a line that tells users to add center point data for custom nodes to centerpoints.csv as such that the transmission plotting for custom nodes can easily function. Alternatively we could change the nodes_to_add entry in the config file forcing center points to be added. E.g.;
REGION : [lat, long]
'IDNSM' : [-6.1744, 106.8294]
Data In Question
Visualization scripts
Type of data issue.
Missing Data
Does the data in question have an existing issue?
No response
Issue
visualisation.py
,visualise.py
and the visualisation folder.Costs Line expansion.xlsx
) needs to be updated to pull data from the Global Transmission Data. Thecalculate_transmission_distances
function intransmission/data.py
pulls data fromcenterpoints.csv
so could be used to set correct center points for plotting the transmission lines. -Related to #183, we should add in a line that tells users to add center point data for custom nodes tocenterpoints.csv
as such that the transmission plotting for custom nodes can easily function. Alternatively we could change thenodes_to_add
entry in the config file forcing center points to be added. E.g.;REGION : [lat, long] 'IDNSM' : [-6.1744, 106.8294]