Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jan 25, 2023
1 parent fbc087a commit 14b33c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions earth2observe/gee/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def getDate(
Returns
-------
start_date: [str]
beginning of the time series.
beginning of the temporal_resolution series.
end_date: [str]
end of the time series.
end of the temporal_resolution series.
"""
data = catalog.loc[catalog["dataset"] == dataset_id, :]

Expand Down

0 comments on commit 14b33c8

Please sign in to comment.