Closed pomadchin closed 4 years ago
At this point DEMRasterSources don't use OverviewStrategy and rely only on the PDAL EPTReader capabilities https://github.com/PDAL/PDAL/blob/2.1.0/io/EptReader.cpp#L293-L318.
DEMRasterSources
OverviewStrategy
PDAL
EPTReader
This task is to improve control over it to improve real time performance.
The core use case is to be able to select the actual resolution we're querying from the EPT tree.
cellSize
Requires: https://github.com/geotrellis/geotrellis-pointcloud/issues/69
Change in EPTRasterSourceProvider
EPTRasterSourceProvider
Use case: We get a WCS request is for 30x30m resolution, we want to query the EPT through PDAL pipeline at at 60x60m resolution:
ept://path/to/catalog?overviewStrategy=auto-2
At this point
DEMRasterSources
don't useOverviewStrategy
and rely only on thePDAL
EPTReader
capabilities https://github.com/PDAL/PDAL/blob/2.1.0/io/EptReader.cpp#L293-L318.This task is to improve control over it to improve real time performance.
The core use case is to be able to select the actual resolution we're querying from the EPT tree.
cellSize
as request into GTOverviewStrategy
given resolutions computed from metadataRequires: https://github.com/geotrellis/geotrellis-pointcloud/issues/69