Liking cljdoc? Tell your friends :D

com.eldrix.nhspd.parse

Provides functionality to parse 'NHS Postcode Data'.

Provides functionality to parse 'NHS Postcode Data'.
raw docstring

import-postcodesclj

(import-postcodes in ch)
(import-postcodes in ch close?)

Import postcodes to the channel specified. Each item is returned formatted as a map with the NHSPD data. Ordnance survey grid coordinates are parsed as integers, if present. Parameters:

  • in : An argument that can be coerced into an input stream (see io/input-stream)
  • ch : The channel to use
  • close? : If the channel should be closed when done.
Import postcodes to the channel specified.
Each item is returned formatted as a map with the NHSPD data.
Ordnance survey grid coordinates are parsed as integers, if present.
Parameters:
  - in     : An argument that can be coerced into an input stream (see io/input-stream)
  - ch     : The channel to use
  - close? : If the channel should be closed when done.
sourceraw docstring

nhspd-field-namesclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close