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