Skip to content

Commit 497e5f5

Browse files
committed
Add tags for conformal projections
1 parent 82f2c26 commit 497e5f5

9 files changed

Lines changed: 16 additions & 1 deletion

examples/projections/azim/azim_equidistant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
water="white",
3232
)
3333
fig.show()
34+
35+
# sphinx_gallery_tags = ["equidistant"]

examples/projections/azim/azim_general_stereographic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
water="white",
3232
)
3333
fig.show()
34+
35+
# sphinx_gallery_tags = ["conformal"]

examples/projections/conic/conic_equidistant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@
2828
water="gray90",
2929
)
3030
fig.show()
31+
32+
# sphinx_gallery_tags = ["equidistant"]

examples/projections/conic/conic_lambert.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
land="seagreen",
3131
water="gray90",
3232
)
33-
3433
fig.show()
34+
35+
# sphinx_gallery_tags = ["conformal"]

examples/projections/cyl/cyl_equidistant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@
3030
water="steelblue",
3131
)
3232
fig.show()
33+
34+
# sphinx_gallery_tags = ["equidistant"]

examples/projections/cyl/cyl_mercator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333
water="steelblue",
3434
)
3535
fig.show()
36+
37+
# sphinx_gallery_tags = ["conformal"]

examples/projections/cyl/cyl_oblique_mercator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
fig.show()
7979

8080
# sphinx_gallery_thumbnail_number = 3
81+
# sphinx_gallery_tags = ["conformal"]

examples/projections/cyl/cyl_transverse_mercator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
water="steelblue",
3030
)
3131
fig.show()
32+
33+
# sphinx_gallery_tags = ["conformal"]

examples/projections/cyl/cyl_universal_transverse_mercator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@
5050
water="steelblue",
5151
)
5252
fig.show()
53+
# sphinx_gallery_tags = ["conformal"]

0 commit comments

Comments
 (0)