Skip to content

Commit

Permalink
deploy: 73c4087
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 10, 2023
1 parent dddcced commit d42e7b2
Show file tree
Hide file tree
Showing 11 changed files with 173 additions and 163 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions _sources/notebooks/03-uxarray-vis/03-polygons.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"cell_type": "markdown",
"source": [
"## Conversion Methods\n",
"UXarray represents Unstructured Grids through a set of coordinate and connectivity variables (i.e. `node_lon`, `node_lat`, `face_node_connectivity`, etc.). These variables can be manipulated to obtain our Polygons for visualuzation"
"UXarray represents Unstructured Grids through a set of coordinate and connectivity variables (i.e. `node_lon`, `node_lat`, `face_node_connectivity`, etc.). These variables need to be manipulated to obtain geometries and data structures that are compatible with visualuzation libraries (i.e. HoloViews, Datashader, Matplotlib, etc.)"
],
"metadata": {
"collapsed": false
Expand All @@ -109,7 +109,7 @@
"source": [
"### Representation as a `GeoDataFrame`\n",
"\n",
"Polygons are stored in a SpatialPandas `GeoDataFrame`, which is the expected data structured by the HoloViz stack of packages for visualizing polygons.\n",
"Each face is converted into a Polygon and stored within a SpatialPandas `GeoDataFrame`, which is the expected data structured by the HoloViz stack of packages for visualizing polygons.\n",
"\n"
],
"metadata": {
Expand Down Expand Up @@ -161,7 +161,7 @@
{
"cell_type": "markdown",
"source": [
"If a data variable is not face-centered, it can be manipulated to get it to map to faces. For node-centered data, as is the case with our Geoflow dataset, we can perform a nodal-average operation, which takes the average all the nodes that saddle a face and use that value to shade the polygon.\n",
"If a data variable is not face-centered, it can be manipulated to become face-centered. For node-centered data, as is the case with our Geoflow dataset, we can perform a nodal-average operation, which takes the average all the nodes that surround a face and use that value to shade the polygon.\n",
"\n",
"Here we can also see that we need to index the `time` and `meshLayers` dimensions to obtain our 1D slice of data."
],
Expand Down
10 changes: 10 additions & 0 deletions _sources/notebooks/03-uxarray-vis/06-performance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,16 @@
"collapsed": false
}
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [],
"metadata": {
"collapsed": false,
"is_executing": true
}
},
{
"cell_type": "markdown",
"source": [
Expand Down
Binary file modified _static/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion notebooks/01-intro/01-unstructured-grid-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ <h2>Structured Grids<a class="headerlink" href="#structured-grids" title="Permal
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
<img alt="../../_images/3a34e4770a63f72fd719af55d9bfecd5b84ec70369edad335cfd7c5231423fbe.png" src="../../_images/3a34e4770a63f72fd719af55d9bfecd5b84ec70369edad335cfd7c5231423fbe.png" />
<img alt="../../_images/7c0b6d48bbea5f3b94b1b12cac5455a4f19036f499cc2177c6f21add788bc255.png" src="../../_images/7c0b6d48bbea5f3b94b1b12cac5455a4f19036f499cc2177c6f21add788bc255.png" />
</div>
</div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions notebooks/01-intro/02-data-structures.html

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions notebooks/03-uxarray-vis/01-plot-api.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions notebooks/03-uxarray-vis/02-grid-topology.html

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions notebooks/03-uxarray-vis/03-polygons.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions notebooks/03-uxarray-vis/04-points.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit d42e7b2

Please sign in to comment.