Liking cljdoc? Tell your friends :D

burningswell.streams.weather.spots


configclj

(config & [opts])

create-partition-table!clj

(create-partition-table! db {:keys [valid-time] :as dataset})

Create the raster partition table for the dataset in db.

Create the raster partition table for the `dataset` in `db`.
raw docstring

drop-partition-table!clj

(drop-partition-table! db {:keys [valid-time] :as dataset})

Drop the spot weather partition table for the dataset in db.

Drop the spot weather partition table for the `dataset` in `db`.
raw docstring

make-topologyclj

(make-topology {:keys [db config] :as env})

partition-end-timeclj

(partition-end-time valid-time)

Returns the partition end time for valid-time.

Returns the partition end time for `valid-time`.
raw docstring

partition-start-timeclj

(partition-start-time valid-time)

Returns the partition start time for valid-time.

Returns the partition start time for `valid-time`.
raw docstring

partition-tableclj

(partition-table valid-time)

Returns the partition table name.

Returns the partition table name.
raw docstring

select-spot-weatherclj

(select-spot-weather db dataset)

Select the spot weather for dataset.

Select the spot weather for `dataset`.
raw docstring

update-partition!clj

(update-partition! db dataset)

Update the spot weather partition for dataset in db.

Update the spot weather partition for `dataset` in `db`.
raw docstring

update-spot-weather!clj

(update-spot-weather! db {:keys [valid-time] :as dataset})

Download the dataset, convert and center it, and finally load it into the db.

Download the `dataset`, convert and center it, and finally load it
into the `db`.
raw docstring

workerclj

(worker & [opts])

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

× close