wri / gfw_forest_loss_geotrellis

Global Tree Cover Loss Analysis using Geotrellis and SPARK
MIT License
10 stars 8 forks source link

Disable GDAL options set for read optimization #138

Closed jterry64 closed 2 years ago

jterry64 commented 2 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

GDAL options are set to increase raster read speed, but seem to be causing some deadlocking issues with GDAL leading to very slow read speeds on Batch.

What is the new behavior?

Disable GDAL options and just use defaults.

Does this introduce a breaking change?