Skip to content

Commit

Permalink
enhance documentation for KML file creation examples with additional …
Browse files Browse the repository at this point in the history
…context for visualizations
  • Loading branch information
cleder committed Nov 17, 2024
1 parent 1d788aa commit d8d28e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/create_kml_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This example shows how to read a shapefile and build a 3D KML visualization from
:width: 800px
:target: https://ion.cesium.com/stories/viewer/?id=a3cf93bb-bbb8-488b-8643-09c037ec12b8

(click on the image to see the KML visualization in Cesium Ion)

You will need to install `pyshp <https://pypi.org/project/pyshp/>`_ (``pip install pyshp``).

For this example we will use the
Expand Down Expand Up @@ -128,6 +130,8 @@ create a KML file that shows the CO2 emissions accumulating from 1995 to 2022.
:width: 800px
:target: https://ion.cesium.com/stories/viewer/?id=602c8c64-72aa-4c57-8a01-752b6fbc62d0

(click on the image to see the full visualization in Cesium Ion)

First we import the necessary modules:

.. code-block:: pycon
Expand Down

0 comments on commit d8d28e8

Please sign in to comment.