Skip to content

Commit

Permalink
Add dataset maturity filter
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Aug 2, 2023
1 parent bc22dbf commit 657fbc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coastlines/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ def generate_rasters(
"geopolygon": geopoly.buffer(buffer),
"time": (str(start_year - 1), str(end_year + 1)),
"dask_chunks": {"time": 1, "x": 2048, "y": 2048},
"dataset_maturity": "final",
}

# Load virtual product
Expand Down

0 comments on commit 657fbc6

Please sign in to comment.