From 604d0dc6aafc863a0422277e784fdf7450a08a1c Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Mon, 18 Nov 2024 03:08:28 -0500 Subject: [PATCH] Docs? --- docs/src/using/landsea/create.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/using/landsea/create.md b/docs/src/using/landsea/create.md index a565589..9c0d7f5 100644 --- a/docs/src/using/landsea/create.md +++ b/docs/src/using/landsea/create.md @@ -21,14 +21,14 @@ nothing First, we must define the ERA5 datasets, and the GeoRegion of interest. ````@example landseamask e5ds = ERA5Dummy() -geo = RectRegion("JAV","GLB","Java",[-5.5,-9,115,105],savegeo=false) +geo = RectRegion("JAV","GLB","Java",[-5.5,-9,115,105],save=false) egeo = ERA5Region(geo) ```` Then, we retrieve the ERA5 Reanalysis LandSea Dataset -````@example landseamask + And we plot them below for comparison: ## API