(config & [opts])(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`.
(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`.
(make-topology {:keys [db config] :as env})(partition-end-time valid-time)Returns the partition end time for valid-time.
Returns the partition end time for `valid-time`.
(partition-start-time valid-time)Returns the partition start time for valid-time.
Returns the partition start time for `valid-time`.
(partition-table valid-time)Returns the partition table name.
Returns the partition table name.
(select-spot-weather db dataset)Select the spot weather for dataset.
Select the spot weather for `dataset`.
(update-partition! db dataset)Update the spot weather partition for dataset in db.
Update the spot weather partition for `dataset` in `db`.
(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`.
(worker & [opts])cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |