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
I am using rasterproxy mode with MRF files on S3 that have matching compression to the settings listed in the config.xml for OR. Based on the guidance in the MUG https://github.com/nasa-gibs/mrf/blob/master/doc/MUG.md#cloning-mrf, this should result in a clone MRF with , however OR does not add the clone="true". Reviewing the OR code, there is only one spot where this attribute is ever set, and it seems to be for the now-deprecated clonemrf mode (
I am using rasterproxy mode with MRF files on S3 that have matching compression to the settings listed in the config.xml for OR. Based on the guidance in the MUG https://github.com/nasa-gibs/mrf/blob/master/doc/MUG.md#cloning-mrf, this should result in a clone MRF with, however OR does not add the clone="true". Reviewing the OR code, there is only one spot where this attribute is ever set, and it seems to be for the now-deprecated clonemrf mode (
OptimizeRasters/OptimizeRasters.py
Line 1634 in ca5661b
Maybe there's more to it that I'm not aware of, but this seems like an oversight.