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 want to use it for MODIS data, which is marked as beta. One issue I'm seeing is that, for example NDVI data is not scaled automatically, and that the metadata shows a scale factor of 1.0 instead of the proper values which in some cases should be 0.0001 (as shown here under the Layers tab).
So let's say I create a table with the information in the LPDAAC page... where it should be added? Once the scale factor in the metadata is correct, will it propagate to any uses of the data?
Thanks!
The text was updated successfully, but these errors were encountered:
You could add a scale function that accepts the same arguments as getraster, so would return matching values in Vector/NamedTuple just like getraster does?
Ok, I'll add a scale function with the different MODIS producs, and then we'll see what can be done at the Rasters.jl level. I believe what MODIS is doing is storing data in a "scaledInt" numerical format, for compression purposes.
Hi! I'm finding this is an amazing package!
I want to use it for MODIS data, which is marked as beta. One issue I'm seeing is that, for example NDVI data is not scaled automatically, and that the metadata shows a
scale
factor of 1.0 instead of the proper values which in some cases should be 0.0001 (as shown here under the Layers tab).So let's say I create a table with the information in the LPDAAC page... where it should be added? Once the scale factor in the metadata is correct, will it propagate to any uses of the data?
Thanks!
The text was updated successfully, but these errors were encountered: