Skip to content

geotrellis/gt-stitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoTrellis Stitch

Useful for quick visualization of a GeoTrellis layer written to S3. By specifying a low (re: closer to zero, say 4) zoom level, the processing should be quite quick.

Usage: gt-stitch --bucket <string> --prefix <string> --layer <string> --zoom <integer> [--tiff <string>] [--extent <string>]
Turn a GeoTrellis layer into a GeoTiff
Options and flags:
    --help
        Display this help text.
    --bucket <string>
        S3 bucket.
    --prefix <string>
        Path to GeoTrellis layer catalog.
    --layer <string>
        Name of the layer.
    --zoom <integer>
        Zoom level of the layer to stitch.
    --tiff <string>
        Name of the TIFF to be output.
    --extent <string>
        Extent to bound the layer query (LatLng).

If --tiff is not supplied, the output TIFF will be named stitched.tiff.

If --extent is not supplied, the entire layer will be queried.

About

Stitch a GeoTrellis layer from S3 into a .tiff

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages