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
Allow radius for moving window to be specified in meters instead of number of pixels when inputs are in GCS WGS 84 (decimal degrees).
Will depend on lower corner coordinates of raster as well as cell size, and use the equation to calculate geodetic distance between two pairs of decimal degrees. Should still be able to do this using a comprehension in Julia.
The text was updated successfully, but these errors were encountered:
Allow radius for moving window to be specified in meters instead of number of pixels when inputs are in GCS WGS 84 (decimal degrees).
Will depend on lower corner coordinates of raster as well as cell size, and use the equation to calculate geodetic distance between two pairs of decimal degrees. Should still be able to do this using a comprehension in Julia.
The text was updated successfully, but these errors were encountered: