Skip to content

Fast minimum cumulative weighted distance and catchment analysis

License

Notifications You must be signed in to change notification settings

ITC-CRIB/globetrotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Globetrotter

DOI

Globetrotter calculates weighed cumulative distance of each grid cell to the nearest point in a set of input points or grid cells based on a weight grid (i.e. unit travel cost grid).

Multiple input locations are processed at once by using a two-phase concurrent implementation of Dijkstra's algorithm. In the first phase, the algorithm divides the grid into multiple mutually exclusive blocks which are processed individually in parallel. In the second phase, block results are merged and corrected by re-considering cells located at the boundaries of the blocks.

In addition to the minimum weighted distance grid, the algorithm also returns a grid of nearest reference location ids, which enables the catchments of the reference locations to be identified easily.

Both Euclidean and spherical coordinate systems are supported. It is also possible to roll in x and y axes, i.e. at the International Date Line and poles.

The algorithm is designed to be fast and memory efficient. Therefore, it is suitable not only for moderate sized areas, but also global studies (e.g. global accessibility map).

About

Fast minimum cumulative weighted distance and catchment analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages