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
My vote is to get it as close to geotrellis.raster as possible so GeoTiffRasterSouce is able to read COGs from HTTP without bringing in the store package which is generally to do with the indexed layers.
There was an argument to move this into geotrellis.util which "might be weird because it uses scalaj".
There was also an argument for geotrellis.raster because this is really a GeotiffHttpRangeReader so its real utility is coupled to geotiffs defined in geotrellis.raster.
This task is to review HttpRange reader, its location (the package location) and the library we use to implement it.
In terms of #3254 we moved out HttpRangeReader out of the
spark
package into thestore
, but mb there is a better place for it?My original thought was
geotrellis.spark.store.http.util
=>geotrellis.store.http.utill
but it looks like we need to revisit this descision.The text was updated successfully, but these errors were encountered: