Skip to content

Optimizing daTimes section #146

Description

@gbolzon

Here read() command opens NetCDF files

Goodlist = []
WMOlist = biofloat.get_wmo_list(PROFILESdateref)
for wmo in WMOlist:
SubProfilelist_1 = biofloat.filter_by_wmo(PROFILESdateref,wmo)
for i in SubProfilelist_1:
_, Profile, _ = i.read(var)
if(Profile.size!=0) : Goodlist.append(i)

Is it useful, if superfloat has at least 5 measurements?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions