-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated computeResolution in IterativeCostDistance to match Iterative…
… Viewshed (#3106) * updated computeResolution in IterativeCostDistance to match IterativeViewshed The compute resolution method in Iterative Cost Distance was calcultating the cell size based on the length of a degree at the equator without scaling for the current latitude. This introduces an error as you move away from the equator. The same method in Iterative Viewshed compensates for this and maintains greater spatial accuracy. Signed-off-by: jmtaysom <[email protected]> Signed-off-by: Grigory Pomadchin <[email protected]>
- Loading branch information
Showing
4 changed files
with
27 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters