# Functions
CoordinatesToFilename returns the filename that covers the given point.
CreateManager returns a new SRTM file manager for the given directory.
FilenameToCoordinates Returns the coordinates from the starting point of a .hgt filename.
LoadFile Load a SRTM (.hgt) file into the memory.
# Constants
SquareSize The size of each row and column in the SRTM files.
# Structs
DataUnavailableError Error thrown when data is not available for a requested point.
File Represents a SRTM file in memory.
FilenameLengthError Error thrown when a .hgt file has an invalid name due to length.
No description provided by the author