4. Maritimes_VMS ================= .. _1_run.py: https://github.com/Diego-Ibarra/ship_mapper/blob/master/examples/projects/example4_Maritimes_VMS/1_run.py .. _make_basemap.py: https://github.com/Diego-Ibarra/ship_mapper/blob/master/examples/grids/Maritimes/make_basemap.py .. _make_info.py: https://github.com/Diego-Ibarra/ship_mapper/blob/master/examples/projects/example4_Maritimes_VMS/make_info.py Executing 1_run.py_ (shown below) will produce the following map. .. image:: ./_images/example4_Maritimes_VMS.png :target: _images/example4_Maritimes_VMS.png :align: center Note that before you execute 1_run.py_, you need to ensure that the ``.basemap`` and ``.grid`` files were made before and are available (they should be in the ``/grids/Maritimes`` directory). If not, you have to make them using make_basemap.py_ Below are the contents of 1_run.py_ .. literalinclude:: ../../examples/projects/example4_Maritimes_VMS/1_run.py