Skip to content

Query with Icepyx #704

@tsnow03

Description

@tsnow03

This does not work because 'tracks' is causing nothing to return:

# Build a query that points to the specific granule (no spatial filter needed)
q = ipx.Query(
    product='ATL06',
    spatial_extent=[(lon, lat) for lon, lat in zip(lons, lats)],
    date_range=['2019-12-02', '2019-12-02'],
    tracks = ['1022'],
    version='006',
) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions