-
Notifications
You must be signed in to change notification settings - Fork 117
Query with Icepyx #704
Copy link
Copy link
Closed
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',
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels