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
Currently, the Python API for costdistance only accepts a series of long/lat point pairs as input for source points. It should also accept a vector MapOp.
The text was updated successfully, but these errors were encountered:
…ints (Issue ngageoint#348)
Added unit test for CostDistanceMapOp and modified some of the supporting test classes to support this test. Also added a python unit test for costDistance. This test is incomplete because of an issue running python tests right now that the test runner is called unitest.main with an unrecognized verbosity argument. May be an environment issue.
Signed-off-by: ericwood73 <[email protected]>
Currently, the Python API for costdistance only accepts a series of long/lat point pairs as input for source points. It should also accept a vector MapOp.
The text was updated successfully, but these errors were encountered: