Skip to content

Commit

Permalink
deploy: 860faf9
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 10, 2023
1 parent 4b9288a commit f802dd6
Show file tree
Hide file tree
Showing 12 changed files with 171 additions and 158 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion _sources/notebooks/02-methods/02-rendering-techniques.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@
"\n",
" \n",
"\n",
"<img src=\"../images/rendering/raster_example.png\" alt=\"Rasterization Example\" width=\"1000\"/>"
"<img src=\"../images/rendering/raster_example.png\" alt=\"Rasterization Example\" width=\"1000\"/>\n",
"\n",
"&nbsp;"
]
},
{
Expand Down
9 changes: 9 additions & 0 deletions _sources/notebooks/03-uxarray-vis/04-points.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png" src="../../_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png" />
<img alt="../../_images/a3162fd0b32326c051d95d3707b152aa8935edb68bf320be0b24fc77d5ba7f60.png" src="../../_images/a3162fd0b32326c051d95d3707b152aa8935edb68bf320be0b24fc77d5ba7f60.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.

1 change: 1 addition & 0 deletions notebooks/02-methods/02-rendering-techniques.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ <h2>Rasterization<a class="headerlink" href="#rasterization" title="Permalink to
<p>The figure below shows a simplified example of how rasterization “approximates” the geometry of different elements.</p>
<p> </p>
<a class="reference internal image-reference" href="../../_images/raster_example.png"><img alt="Rasterization Example" src="../../_images/raster_example.png" style="width: 1000px;" /></a>
<p> </p>
<p>For unstructured grids, rasterization looks something like the following.</p>
<p> </p>
<a class="reference internal image-reference" href="../../_images/raster-vs-vector.png"><img alt="raster and vector" src="../../_images/raster-vs-vector.png" style="width: 400px;" /></a>
Expand Down
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.

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

Large diffs are not rendered by default.

61 changes: 31 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 f802dd6

Please sign in to comment.