UNPKG

catchment-area

Version:

A utility for computing the catchment area of given source and destination points. A source may correspond to a health facility while the destinations (catchment areas) are the settlements served by the facility

4 lines (3 loc) 109 B
import * as LibUtil from './util' export { CatchmentAreaGenerator } from './gen' export const Util = LibUtil