locationtech / geotrellis

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

Fixed the issue that the generated vrt.xml is empty when writing out cog #3545

Closed dingsl-giser closed 2 months ago

dingsl-giser commented 2 months ago

Add writer.flush() when writing xml to vrt, fix the problem of writing empty vrt.xml when writing out cog.

dingsl-giser commented 2 months ago

@pomadchin I resubmitted the PR, hoping it can be merged.