Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 367 Bytes

remove_missing_latlons.rst

File metadata and controls

13 lines (8 loc) · 367 Bytes

remove_missing_latlons

.. py:function:: remove_missing_latlons(gpt)

    Returns a new :class:`Geopoints` that contains just the points that do not have missing latitudes or longitudes in ``gpt``.

    :param gpt: input geopoints
    :type gpt: :class:`Geopoints`
    :rtype: :class:`Geopoints`


.. mv-minigallery:: remove_missing_latlons