We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed9fcd commit 44ec41fCopy full SHA for 44ec41f
tests/test_icesat2.py
@@ -51,6 +51,8 @@ def test_get_version(self):
51
52
def test_cmr(self, grandmesa):
53
icesat2.init(SERVER)
54
- granules = icesat2.cmr(grandmesa, time_start='2018-10-01', time_end='2018-12-01')
+ granules = icesat2.cmr(polygon=grandmesa,
55
+ time_start='2018-10-01',
56
+ time_end='2018-12-01')
57
assert isinstance(granules, list)
58
assert 'ATL03_20181017222812_02950102_004_01.h5' in granules
0 commit comments