:orphan: :orphan: Image Renderer ============== .. raw:: html | Description ----------- The Image Renderer displays a georeferenced image that is automatically reprojected and fit to the user's data. The image may be offset by a height variable to show bathymetry or mountainous terrain. Basic Controls -------------- This renderer contains a subset of Vapor's standard renderer controls: the :ref:`Variables `, :ref:`Appearance `, and :ref:`Geometry ` tabs. The Image Renderer's Appearance tab does not contain a transfer function since it is not rendering any variable with color or opacity. Georeferenced Images -------------------- Georeferenced images may be selected in the Appearance tab. Vapor comes bundled with two georeferenced image products: *NaturalEarth*, and *BigBlueMarble*. However these are global images that may not have the resolution you need, depending on the size of your simulation domain. The example below (makeGeotiff.py) will show you how to generate your own georeferenced image using NASA's WorldView map server. For a list of available WorldView layers, you can see :ref:`this document `. These layers can also be previewed at `NASA's EarthView webpage `_. .. include:: ../commonControls/heightVariable.rst .. raw:: html
.. raw:: html
.. only:: html .. image:: /vaporApplicationReference/imageRenderer/images/thumb/sphx_glr_makeGeotiff_thumb.png :alt: makeGeotiff.py :ref:`sphx_glr_vaporApplicationReference_imageRenderer_makeGeotiff.py` .. raw:: html
makeGeotiff.py
.. raw:: html
.. toctree:: :hidden: /vaporApplicationReference/imageRenderer/makeGeotiff .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: imageRenderer_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: imageRenderer_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_