Code: Select all
# create the API object for ApLocate data
loc = iesve.VELocate()
# read the data for the current project
loc.open_wea_data()
# get the currently available ApLocate data as a dictionary
data = loc.get()
Code: Select all
# create the API object for ApLocate data
loc = iesve.VELocate()
# read the data for the current project
loc.open_wea_data()
# get the currently available ApLocate data as a dictionary
data = loc.get()