Skip to content

Commit 9d728e8

Browse files
committed
Update environment
1 parent 8645f69 commit 9d728e8

File tree

3 files changed

+153
-138
lines changed

3 files changed

+153
-138
lines changed

06-projections.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,11 @@ extrema(area.(pgrid))
385385
```
386386

387387
If the domain of interest is located far away from the Equator, and there is a need for area
388-
calculations, we can use other `Projected` CRS such as `Lambert` or `GallPeters`:
388+
calculations, we can use other `Projected` CRS such as `LambertCylindrical` or `GallPeters`:
389389

390390
```{julia}
391391
fig = Mke.Figure()
392-
viz(fig[1,1], grid |> Proj(Lambert), showsegments = true)
392+
viz(fig[1,1], grid |> Proj(LambertCylindrical), showsegments = true)
393393
viz(fig[1,2], grid |> Proj(GallPeters), showsegments = true)
394394
fig
395395
```

0 commit comments

Comments
 (0)