-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<!DOCTYPE html><style>body{font-size:16px;color:#00050e;font-family:sans-serif;font-weight:400;blockquote{font-size:13px;padding:10px;border-radius:10px;background-color:#f9f9f9;border:1px solid #00050e}span{font-size:12px}}.main[data-astro-cid-hsp6otuf]{margin:0 15%} | ||
body{display:flex;flex-direction:column;align-items:center;text-align:center;font-family:Arial,sans-serif;margin:0}.intro-section{margin-bottom:40px}.examples-section{display:flex;gap:40px;justify-content:center;align-items:center}.example{display:flex;flex-direction:column;align-items:center}.example-content{display:flex;flex-direction:column;align-items:center;border:2px solid lightgrey;outline:1px solid transparent;border-radius:12px;overflow:hidden;width:300px;position:relative;&:hover{border-width:2px;border-color:#a9a9a9;outline-color:#a9a9a9}}.example-content img{height:150px;width:100%;object-fit:cover}.example h2{margin:16px 0}.example a{text-decoration:none;color:inherit}.example a:hover h2{color:#00f;text-decoration:underline} | ||
</style><body data-astro-cid-hsp6otuf> <div class="main" data-astro-cid-hsp6otuf> <section class="intro-section"> <h1>Documentation on Using Tile Data from MET</h1> <p> | ||
This documentation provides examples of how to use WebGL shaders to visualize temperature and wind data fetched from a tile server. Each example demonstrates the process of rendering the data using static images and WebGL shaders. | ||
</p> </section> <section class="examples-section"> <div class="example"> <a href="wind"> <div class="example-content"> <img src="/yr-map-docs/assets/wind.CUwOQSqI_WYJKK.webp" alt="Wind Example" loading="eager" width="512" height="512" decoding="async"> <h2>Wind</h2> </div> </a> </div> <div class="example"> <a href="temperature"> <div class="example-content"> <img src="/yr-map-docs/assets/temperature.Bn1Gf5bC_1JWLn9.webp" alt="Temperature Example" loading="eager" width="512" height="512" decoding="async"> <h2>Temperature</h2> </div> </a> </div> </section> </div> </body> | ||
This documentation provides examples of how to use WebGL shaders to visualize temperature and wind data fetched | ||
from a tile server. Each example demonstrates the process of rendering the data using static images and WebGL | ||
shaders. | ||
</p> </section> <section class="examples-section"> <div class="example"> <a href="/yr-map-docs/wind"> <div class="example-content"> <img src="/yr-map-docs/assets/wind.BtvcsfcK_1Vxa26.webp" alt="Wind Example" loading="eager" width="512" height="512" decoding="async"> <h2>Wind</h2> </div> </a> </div> <div class="example"> <a href="/yr-map-docs/temperature"> <div class="example-content"> <img src="/yr-map-docs/assets/temperature.CGkxF1P3_1xCne3.webp" alt="Temperature Example" loading="eager" width="512" height="512" decoding="async"> <h2>Temperature</h2> </div> </a> </div> </section> </div> </body> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters