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

5 lines (4 loc) 169 B
import { CatchmentAreaGenerator as LibGen } from './lib' export { Util } from './lib' export const CatchmentAreaGenerator = LibGen export default CatchmentAreaGenerator