-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
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
Labels
No labels