diff --git a/_images/a3162fd0b32326c051d95d3707b152aa8935edb68bf320be0b24fc77d5ba7f60.png b/_images/a3162fd0b32326c051d95d3707b152aa8935edb68bf320be0b24fc77d5ba7f60.png new file mode 100644 index 00000000..5295449f Binary files /dev/null and b/_images/a3162fd0b32326c051d95d3707b152aa8935edb68bf320be0b24fc77d5ba7f60.png differ diff --git a/_sources/notebooks/02-methods/02-rendering-techniques.ipynb b/_sources/notebooks/02-methods/02-rendering-techniques.ipynb index 45b2ff46..19fb95f3 100644 --- a/_sources/notebooks/02-methods/02-rendering-techniques.ipynb +++ b/_sources/notebooks/02-methods/02-rendering-techniques.ipynb @@ -167,7 +167,9 @@ "\n", " \n", "\n", - "" + "\n", + "\n", + " " ] }, { diff --git a/_sources/notebooks/03-uxarray-vis/04-points.ipynb b/_sources/notebooks/03-uxarray-vis/04-points.ipynb index deaf9abb..95666361 100644 --- a/_sources/notebooks/03-uxarray-vis/04-points.ipynb +++ b/_sources/notebooks/03-uxarray-vis/04-points.ipynb @@ -117,6 +117,15 @@ "collapsed": false } }, + { + "cell_type": "markdown", + "source": [ + "You may also select what projection to transform the coordinates into using the ``projection`` argument." + ], + "metadata": { + "collapsed": false + } + }, { "cell_type": "code", "execution_count": null, diff --git a/_static/__pycache__/__init__.cpython-311.pyc b/_static/__pycache__/__init__.cpython-311.pyc index b4fcbe7d..04a1bcd6 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 bc80d915..8a7d7525 100644 --- a/notebooks/01-intro/01-unstructured-grid-overview.html +++ b/notebooks/01-intro/01-unstructured-grid-overview.html @@ -507,7 +507,7 @@
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/02-methods/02-rendering-techniques.html b/notebooks/02-methods/02-rendering-techniques.html
index 4d09a967..dc5755d8 100644
--- a/notebooks/02-methods/02-rendering-techniques.html
+++ b/notebooks/02-methods/02-rendering-techniques.html
@@ -478,6 +478,7 @@ Rasterization
+
For unstructured grids, rasterization looks something like the following.
diff --git a/notebooks/03-uxarray-vis/01-plot-api.html b/notebooks/03-uxarray-vis/01-plot-api.html
index 87ee4ae3..a05018ee 100644
--- a/notebooks/03-uxarray-vis/01-plot-api.html
+++ b/notebooks/03-uxarray-vis/01-plot-api.html
@@ -1050,11 +1050,11 @@ Grid
-
+