Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conform to GDAL Warp -ovr Overview Selection Options #3196

Closed
moradology opened this issue Mar 5, 2020 · 0 comments · Fixed by #3200
Closed

Conform to GDAL Warp -ovr Overview Selection Options #3196

moradology opened this issue Mar 5, 2020 · 0 comments · Fixed by #3200
Assignees
Labels

Comments

@moradology
Copy link
Contributor

The OverviewStrategy trait and subclasses (https://github.com/locationtech/geotrellis/blob/master/raster/src/main/scala/geotrellis/raster/io/geotiff/OverviewStrategy.scala) exist to capture the gdal warp command line -ovr options (https://gdal.org/programs/gdalwarp.html#cmdoption-gdalwarp-ovr)

We currently represent Auto-N and None (Base as we've named things) but do not represent explicit overview level selection or for that matter, the default GDAL behavior of Auto (AutoHigher behaves slightly differently). The OverviewStrategy types should work as they are described in GDAL docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants