the URL path or S2PMTilesReader to read from
if non-zero its the max zoom to read all tiles in the FeatureIterator
Optional
converter: ElevationConverterthe elevation converter
Optional
Readonly
converterthe elevation converter
Readonly
inputthe URL path or S2PMTilesReader to read from
Readonly
thresholdif non-zero its the max zoom to read all tiles in the FeatureIterator
Iterate over all tiles in the archive
Get the metadata of the archive
Grab the tile at the given (face, zoom, x, y) coordinates
the Open S2 projection face
the zoom level of the tile
the x coordinate of the tile
the y coordinate of the tile
Grab the tile at the given zoom-x-y coordinates
the zoom level of the tile
the x coordinate of the tile
the y coordinate of the tile
Return true if the tile exists
the Open S2 projection face
the zoom level of the tile
the x coordinate of the tile
the y coordinate of the tile
Return true if the tile exists
the zoom level of the tile
the x coordinate of the tile
the y coordinate of the tile
Raster Tiles Reader
Description
Read an entire archive of raster tiles, where the max zoom data is iterated upon
Supports reading either RGB(A) data and/or RGB(A) encoded elevation data.
NOTE: Consider using the RasterTilesFileReader from
gis-tools-ts/file
instead for local access.Usage
Links