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
There is an issue, when you plot larger images. Then the operation runs quite a while and the hard drive is used heavily. Probable cause: The array information is stored in memory and after a while the memory is swapped onto the hard disk. This slows down the operation.
Note: internally a SpatialGridDataFrame is created which creates a full grid (even if the array is sparse)
The text was updated successfully, but these errors were encountered:
- minor changes in spplot
[code]
- .downloadData has now a security check to prevent possible issues with
large downloads and memory swap (#20), the user can now interupt the
process it a threshold is passed
There is an issue, when you plot larger images. Then the operation runs quite a while and the hard drive is used heavily. Probable cause: The array information is stored in memory and after a while the memory is swapped onto the hard disk. This slows down the operation.
Note: internally a SpatialGridDataFrame is created which creates a full grid (even if the array is sparse)
The text was updated successfully, but these errors were encountered: