diff --git a/README.html b/README.html index c616a733..a08e0f07 100644 --- a/README.html +++ b/README.html @@ -78,7 +78,7 @@ - + @@ -800,7 +800,7 @@

Running on Your Own Machine

- Last updated on 29 March 2024. + Last updated on 3 April 2024.

@@ -854,7 +854,7 @@

Running on Your Own MachineProject Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

diff --git a/_images/a88492c2afb188046b454e865a6c9889d938a6d146eb88f920d464e857598df3.png b/_images/a88492c2afb188046b454e865a6c9889d938a6d146eb88f920d464e857598df3.png new file mode 100644 index 00000000..51747142 Binary files /dev/null and b/_images/a88492c2afb188046b454e865a6c9889d938a6d146eb88f920d464e857598df3.png differ diff --git a/genindex.html b/genindex.html index c30e6ac2..e25c953b 100644 --- a/genindex.html +++ b/genindex.html @@ -76,7 +76,7 @@ - + @@ -574,7 +574,7 @@

Index

@@ -628,7 +628,7 @@

Index

By the Project Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

diff --git a/meshfiles/catalog.html b/meshfiles/catalog.html index 0eac96ea..3cc8e530 100644 --- a/meshfiles/catalog.html +++ b/meshfiles/catalog.html @@ -77,7 +77,7 @@ - + @@ -689,7 +689,7 @@

CSne30

- Last updated on 29 March 2024. + Last updated on 3 April 2024.

@@ -743,7 +743,7 @@

CSne30Project Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

diff --git a/notebooks/01-intro/01-unstructured-grid-overview.html b/notebooks/01-intro/01-unstructured-grid-overview.html index c65749bc..a870b388 100644 --- a/notebooks/01-intro/01-unstructured-grid-overview.html +++ b/notebooks/01-intro/01-unstructured-grid-overview.html @@ -79,7 +79,7 @@ - + @@ -502,7 +502,7 @@

Structured Grids +../../_images/a88492c2afb188046b454e865a6c9889d938a6d146eb88f920d464e857598df3.png @@ -928,7 +928,7 @@

What is next?

- Last updated on 29 March 2024. + Last updated on 3 April 2024.

@@ -982,7 +982,7 @@

What is next?Project Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

diff --git a/notebooks/01-intro/02-data-structures.html b/notebooks/01-intro/02-data-structures.html index 36967f8a..238cc69f 100644 --- a/notebooks/01-intro/02-data-structures.html +++ b/notebooks/01-intro/02-data-structures.html @@ -79,7 +79,7 @@ - + @@ -857,8 +857,8 @@

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

Grid + 3689, 2951, 2950]])

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

        UxDataset + bottomDepth (n_face) float64 14kB 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

        @@ -2021,8 +2021,8 @@

        UxDataset
        <xarray.UxDataArray 'bottomDepth' (n_face: 1791)> Size: 14kB
         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

        @@ -2394,7 +2394,7 @@

        UxDataset

        - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        @@ -2448,7 +2448,7 @@

        UxDatasetProject Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        diff --git a/notebooks/01-intro/03-data-mapping.html b/notebooks/01-intro/03-data-mapping.html index a7183d71..b2fadab2 100644 --- a/notebooks/01-intro/03-data-mapping.html +++ b/notebooks/01-intro/03-data-mapping.html @@ -79,7 +79,7 @@ - + @@ -804,7 +804,7 @@

        Identifying Data Mappings with UXarray

        - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        @@ -858,7 +858,7 @@

        Identifying Data Mappings with UXarrayProject Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        diff --git a/notebooks/02-methods/01-plotting-libraries.html b/notebooks/02-methods/01-plotting-libraries.html index 02df50ca..38912f8f 100644 --- a/notebooks/02-methods/01-plotting-libraries.html +++ b/notebooks/02-methods/01-plotting-libraries.html @@ -79,7 +79,7 @@ - + @@ -812,7 +812,7 @@

        Cartopy

        - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        @@ -866,7 +866,7 @@

        CartopyProject Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        diff --git a/notebooks/02-methods/02-rendering-techniques.html b/notebooks/02-methods/02-rendering-techniques.html index 3e5f3ed3..6c73af7d 100644 --- a/notebooks/02-methods/02-rendering-techniques.html +++ b/notebooks/02-methods/02-rendering-techniques.html @@ -79,7 +79,7 @@ - + @@ -807,7 +807,7 @@

        Rasterization

        - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        @@ -861,7 +861,7 @@

        RasterizationProject Pythia Community. - Last updated on 29 March 2024. + Last updated on 3 April 2024.

        diff --git a/notebooks/03-uxarray-vis/01-plot-api.html b/notebooks/03-uxarray-vis/01-plot-api.html index afdb1af5..23aea0bf 100644 --- a/notebooks/03-uxarray-vis/01-plot-api.html +++ b/notebooks/03-uxarray-vis/01-plot-api.html @@ -79,7 +79,7 @@ - + @@ -1004,11 +1004,11 @@

        Grid
        -
        +