Skip to content

Commit 9661a1a

Browse files
committed
Update blue marble doc: use gothenburg
1 parent c859959 commit 9661a1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/remote-blue-marble.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Plot the pyramid:
1717
plot(p, :Red, :Green, :Blue; scale_factor=1/255)
1818
```
1919

20-
Denkark is covered by two different faces of the icosahedron, yielding different oritentations of the DGGS zones:
21-
20+
A vertex of the icosahedron used for projection is near Gothenburg, Sweeden.
21+
This results into different oritentations of the DGGS zones, depending on which polyhedral face they belong to:
2222

2323
```@example remote_blue_marble
2424
using Extents
25-
bbox_dk = Extent(X = (8.5,9.5), Y=(56,57.0))
26-
plot(p, :Red, :Green, :Blue; scale_factor=1/255, extent=bbox_dk)
25+
bbox = Extent(X = (10.5,12), Y=(57.5,59))
26+
plot(p, :Red, :Green, :Blue; scale_factor=1/255, extent=bbox)
2727
```
2828

2929

0 commit comments

Comments
 (0)