diff --git a/_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png b/_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png new file mode 100644 index 00000000..59ad2ee0 Binary files /dev/null and b/_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png differ diff --git a/_sources/notebooks/02-methods/02-rendering-techniques.ipynb b/_sources/notebooks/02-methods/02-rendering-techniques.ipynb index 60040123..45b2ff46 100644 --- a/_sources/notebooks/02-methods/02-rendering-techniques.ipynb +++ b/_sources/notebooks/02-methods/02-rendering-techniques.ipynb @@ -195,6 +195,16 @@ "metadata": { "collapsed": false } + }, + { + "cell_type": "markdown", + "source": [ + ":::{seealso}\n", + "A more comprehensive showcase of rasterization can be found [here](https://learn.microsoft.com/en-us/windows/win32/direct3d11/d3d10-graphics-programming-guide-rasterizer-stage-rules)." + ], + "metadata": { + "collapsed": false + } } ], "metadata": { diff --git a/_static/__pycache__/__init__.cpython-311.pyc b/_static/__pycache__/__init__.cpython-311.pyc index d449542d..b4fcbe7d 100644 Binary files a/_static/__pycache__/__init__.cpython-311.pyc and b/_static/__pycache__/__init__.cpython-311.pyc differ diff --git a/notebooks/01-intro/01-unstructured-grid-overview.html b/notebooks/01-intro/01-unstructured-grid-overview.html index 36ba61e7..bc80d915 100644 --- a/notebooks/01-intro/01-unstructured-grid-overview.html +++ b/notebooks/01-intro/01-unstructured-grid-overview.html @@ -507,7 +507,7 @@

Structured Grids +../../_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png diff --git a/notebooks/01-intro/02-data-structures.html b/notebooks/01-intro/02-data-structures.html index 898e3192..c1134327 100644 --- a/notebooks/01-intro/02-data-structures.html +++ b/notebooks/01-intro/02-data-structures.html @@ -873,8 +873,8 @@

Grid
<xarray.DataArray 'node_lon' (n_node: 3947)>
 array([-174.95294523, -172.5318284 , -173.42204784, ...,  113.04705503,
        -102.95294492, -174.9529447 ])
-Dimensions without coordinates: n_node
+Dimensions without coordinates: n_node
@@ -1264,7 +1264,7 @@

Grid + 3689, 2951, 2950]])

      • cf_role :
        face_node_connectivity
        _FillValue :
        -9223372036854775808
        start_index :
        0
      • @@ -1659,8 +1659,8 @@

        UxDataset

        + bottomDepth (n_face) float64 4.973e+03 4.123e+03 ... 5.5e+03 4.855e+03

        We can see that our UxDataset has a single data variable “bottomDepth”, which is mapped to each face (as specified by the “n_face” dimension).

        We can access this variable by indexing our UxDataset to obtain a UxDataArray

        @@ -2037,8 +2037,8 @@

        UxDataset
        <xarray.UxDataArray 'bottomDepth' (n_face: 1791)>
         array([4973.        , 4123.        , 2639.        , ..., 5197.        ,
                5499.99027344, 4855.        ])
        -Dimensions without coordinates: n_face
        +Dimensions without coordinates: n_face

        You can access the Grid instance using the .uxgrid attribute, which is linked to every UxDataset and UxDataArray

        diff --git a/notebooks/03-uxarray-vis/01-plot-api.html b/notebooks/03-uxarray-vis/01-plot-api.html index 0caeef6c..87ee4ae3 100644 --- a/notebooks/03-uxarray-vis/01-plot-api.html +++ b/notebooks/03-uxarray-vis/01-plot-api.html @@ -1050,11 +1050,11 @@

        Grid
        -
        +