Package

geotrellis.raster

geotiff

Permalink

package geotiff

Visibility
  1. Public
  2. All

Type Members

  1. case class GeoTiffMetadata(name: SourceName, crs: CRS, bandCount: Int, cellType: CellType, gridExtent: GridExtent[Long], resolutions: List[CellSize], tags: Tags) extends RasterMetadata with Product with Serializable

    Permalink
  2. case class GeoTiffPath(value: String) extends SourcePath with Product with Serializable

    Permalink

    Represents a VALID path that points to a GeoTiff to be read.

    Represents a VALID path that points to a GeoTiff to be read.

    value

    Path to a GeoTiff. There are two ways to format this String: either in the URI format, or as a relative path if the file is local. In addition, this path can be prefixed with, gtiff+ to signify that the target GeoTiff is to be read in only by GeoTiffRasterSource.

    Examples:
    1. "gtiff+file:///tmp/data.tiff"

    2. ,
    3. "s3://bucket/prefix/data.tif"

    4. ,
    5. "data/my-data.tiff"

    Note

    Capitalization of the extension is not regarded.

    ,

    The target file must have a file extension.

  3. class GeoTiffRasterSource extends RasterSource

    Permalink
  4. class GeoTiffRasterSourceProvider extends RasterSourceProvider

    Permalink
  5. class GeoTiffReprojectRasterSource extends RasterSource

    Permalink
  6. class GeoTiffResampleRasterSource extends RasterSource

    Permalink

Ungrouped