-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide an option to output large regions as tiled tiffs.
This also will geotag geospatial outputs. Specifically, when calling the getRegion function or endpoint, if an encoding of `TILED` is used (previously this could have been one of `JPEG`, `PNG`, or `TIFF`), a tiled tiff is output. For non-geospatial sources, this is tiled using vips. For geospatial sources, this is tiled using gdal. When using the `TILED` option, a variety of parameters that can be used in conversions can be used: `compression`, `quality`. For compatibility, these can also be `tiffCompression` and `jpegQuality`.
- Loading branch information
Showing
12 changed files
with
651 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.