Skip to content

Commit

Permalink
fix the create docs (#880)
Browse files Browse the repository at this point in the history
* fix the docs

* use function end

---------

Co-authored-by: Rafael Schouten <[email protected]>
  • Loading branch information
tiemvanderdeure and rafaqz authored Jan 31, 2025
1 parent 8819456 commit d11aec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/create.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ RasterStack("created.nc")
└───────────────────────────────────────────────────────────────────────────────────────────┘
```
"""
function create end
# Create with a function that will be called to fill the raster
create(f::Function, args...; kw...) = create(args...; kw..., f)
# Create from Raster or RasterStack with no filename
Expand Down

0 comments on commit d11aec7

Please sign in to comment.