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 FileRangeReaderProvider parsing URI in windows #3507

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

pomadchin commented 1 year ago

Thank you! 🎉

RunBoo commented 10 months ago

@pomadchin Hi~ May I ask when the next release of Geotrellis is scheduled and if this PR will be included in it?

pomadchin commented 10 months ago

Hi @RunBoo nothing planned for the immediate release, but you can already use snapshots if there is an urgent need in anything!

RunBoo commented 10 months ago

Okay, I am currently using the modified geotrellis-util package and it works fine. Thank you, and I look forward to your next release.