Skip to content

Commit

Permalink
added import for convencience in Mozambique workshop example, removed…
Browse files Browse the repository at this point in the history
… a blank space
  • Loading branch information
bohlinger committed Nov 7, 2024
1 parent 9a0e436 commit f6e1cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/mozambique24.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ Now, we use this region to retrieve only data over this region.

.. code-block:: python3
>>> from wavy.satellite_module import satellite_class as sc
>>> nID = "cmems_L3_NRT"
>>> name = "s3a"
>>> sd = "2024-10-17 07"
Expand All @@ -351,6 +352,7 @@ Another option is to define the region directly in the script:

.. code-block:: python3
>>> from wavy.satellite_module import satellite_class as sc
>>> region_dict = {'name': 'Moz',
>>> 'region': {
>>> 'llcrnrlon': 28.3,
Expand Down

0 comments on commit f6e1cc6

Please sign in to comment.