locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.34k stars 360 forks source link

Fix URI parsing error in windows #3505

Closed dingsl-giser closed 1 year ago

dingsl-giser commented 1 year ago

Overview

Fix the problem that Paths.get cannot be recognized correctly after URI parsing in windows.

Notes

Use HadoopCOGLayerReader to read COGLayer and perform first operation on the result RDD.

Before repair: image

After repair: image