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 5abde69 commit 2f8452cCopy full SHA for 2f8452c
stubs/cmr/queries.pyi
@@ -52,6 +52,24 @@ class GranuleCollectionBaseQuery(Query):
52
date_to: Optional[Union[str, date, datetime]],
53
exclude_boundary: bool = False,
54
) -> Self: ...
55
+ def revision_date(
56
+ self,
57
+ date_from: Optional[Union[str, date, datetime]],
58
+ date_to: Optional[Union[str, date, datetime]],
59
+ exclude_boundary: bool = False,
60
+ ) -> Self: ...
61
+ def created_at(
62
63
64
65
66
67
+ def production_date(
68
69
70
71
72
73
def short_name(self, short_name: str) -> Self: ...
74
def version(self, version: str) -> Self: ...
75
def point(self, lon: FloatLike, lat: FloatLike) -> Self: ...
0 commit comments