************* OS Terrain 50 ************* .. currentmodule:: nevis This page lists the methods that deal with loading the OS Terrain 50 data set. Alphabetical list: - :meth:`DataNotFoundError` - :class:`download_os_terrain_50` - :meth:`gb` - :meth:`spacing` Accessing the data ================== .. autofunction:: gb .. autofunction:: spacing Checking if points are sea or just below sea-level ================================================== .. autofunction:: inland_below_sea_level .. autofunction:: is_sea Downloading the data ==================== .. autofunction:: download_os_terrain_50 .. autoclass:: DataNotFoundError