Skip to content

Commit

Permalink
Docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Nov 18, 2024
1 parent e536e27 commit 604d0dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/using/landsea/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- ````@example landseamask
# lsd = getLandSea(e5ds,egeo)
````
```` -->

And we plot them below for comparison:
## API
Expand Down

2 comments on commit 604d0dc

@natgeo-wong
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release Notes:

  • Updating LandSea functionality, save as geopotential, but retrieve as height
  • Updating and flush logging to stderr
  • Added spatialtemporal smoothing
  • Added ability to download files in GRIB format instead of NetCDF
  • Updating PrettyTables formatting and stuff
  • Added all ERA5 Single-Level variables in the CDStore
  • And more? Quite a few changes here haha

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/119732

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" 604d0dc6aafc863a0422277e784fdf7450a08a1c
git push origin v0.3.0

Please sign in to comment.