Skip to content

Not found point.TEC property #153

@leeliangchao

Description

@leeliangchao

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] = tec

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions