Skip to content

Commit

Permalink
Added 2023 to RAPV3
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatherSavoy-USDA committed Mar 21, 2024
1 parent 3dc613b commit a97b888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/datasets/rapv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, store_path):

# Temporal coverage of the dataset.
self.date_ranges['year'] = [
datetime.date(1986, 1, 1), datetime.date(2022, 1, 1)
datetime.date(1986, 1, 1), datetime.date(2023, 1, 1)
]
self.date_ranges['month'] = [
None, None
Expand Down

0 comments on commit a97b888

Please sign in to comment.