-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
When I want to use IRI 2016 to generate TEC, I found that there is no option for TEC in point.[property], how to use IRI to generate TEC, thank you
# Cyclic calculation of TEC
for i, lat in enumerate(latitudes):
for j, lon in enumerate(longitudes):
point = Point(date, lat, lon, 0)
point.run_iri(version=2016)
tec = point.??????
tec_data[i, j] = tecReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels