You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the course of resolving pr #3200, a few small bugs were detected that could be traced back to the RasterSourceRDD. Various RasterSourceRDD creation methods exist (e.g. spatial and temporal), but there's no consistency in the usage of OverviewStrategy and ResampleMethod. The upshot of this is that OverviewStrategy and ResampleMethod instances that the user would like to use for selecting which overview to source and determining how to sample said source imagery are ignored
The text was updated successfully, but these errors were encountered:
#3200 adds support for OverviewStrategy and ResampleMethod parameters to the RasterSourceRDD.spatial, RasterSourceRDD.temporal and RasterSourceRDD.apply methods. The other RasterSourceRDD methods still need to be addressed.
CloudNiner
added a commit
to moradology/geotrellis
that referenced
this issue
Apr 1, 2020
In the course of resolving pr #3200, a few small bugs were detected that could be traced back to the
RasterSourceRDD
. VariousRasterSourceRDD
creation methods exist (e.g. spatial and temporal), but there's no consistency in the usage ofOverviewStrategy
andResampleMethod
. The upshot of this is thatOverviewStrategy
andResampleMethod
instances that the user would like to use for selecting which overview to source and determining how to sample said source imagery are ignoredThe text was updated successfully, but these errors were encountered: