geotiff.js
    Preparing search index...

    Function fromUrl

    • Creates a new GeoTIFF from a remote URL.

      Parameters

      • url: string

        The URL to access the image from

      • Optionaloptions: RemoteSourceOptions = {}

        Additional options to pass to the source. See makeRemoteSource for details.

      • Optionalsignal: AbortSignal

        An AbortSignal that may be signalled if the request is to be aborted

      Returns Promise<GeoTIFF>

      The resulting GeoTIFF file.