diff --git a/examples/09_spatio_temporal/03_geographic_coordinates.py b/examples/09_spatio_temporal/03_geographic_coordinates.py index 39cc31ff..3ec8d28c 100644 --- a/examples/09_spatio_temporal/03_geographic_coordinates.py +++ b/examples/09_spatio_temporal/03_geographic_coordinates.py @@ -9,7 +9,7 @@ to get the associated spatio-temporal Yadrenko model. In addition, we will use the earth radius provided by :any:`EARTH_RADIUS` - as ``geo_scale`` to have a meaningful length scale in km. +as ``geo_scale`` to have a meaningful length scale in km. To generate the field, we simply pass ``(lat, lon, time)`` as the position tuple to the :any:`SRF` class.