Liking cljdoc? Tell your friends :D

burningswell.worker.weather.datasets


-mainclj

(-main & args)

build-topologyclj

(build-topology {:keys [db config storage] :as app} builder)

Build the Kafka Streams topology.

Build the Kafka Streams topology.
raw docstring

center-dataset!clj

(center-dataset! {:keys [filename] :as dataset})

Center the dataset.

Center the dataset.
raw docstring

cleanup-dataset!clj

(cleanup-dataset! db {:keys [raster-table] :as dataset})

Cleanup the dataset into db

Cleanup the `dataset` into `db`
raw docstring

cleanup-filesclj

(cleanup-files dataset)

Returns the cleanup files from dataset.

Returns the cleanup files from `dataset`.
raw docstring

cli-configclj

(cli-config env)

clientclj

(client {:keys [db producer] :as config})

Returns a client for the weather dataset worker.

Returns a client for the weather dataset worker.
raw docstring

configclj

(config & [opts])

Returns the configuration for the app.

Returns the configuration for the app.
raw docstring

convert-dataset-to-geotif!clj

(convert-dataset-to-geotif! {:keys [filename] :as dataset})

Download the dataset and it's dependencies from dataset.

Download the dataset and it's dependencies from `dataset`.
raw docstring

convert-dataset-to-sql!clj

(convert-dataset-to-sql! db {:keys [filename] :as dataset})

Download the dataset and it's dependencies from dataset.

Download the dataset and it's dependencies from `dataset`.
raw docstring

create-dataset-partition!clj

(create-dataset-partition! 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

dataset-complete!clj

(dataset-complete! db {:keys [datasource model variable] :as dataset})

Save the meta data of dataset to db.

Save the meta data of `dataset` to `db`.
raw docstring

dataset-fileclj

(dataset-file {:keys [directory datasource variable model valid-time]
               :as dataset}
              extension)

Return the file of the dataset with the given extension.

Return the file of the `dataset` with the given `extension`.
raw docstring

dataset-table-keysclj


delete-dataset!clj

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

Delete the older data for the dataset.

Delete the older data for the `dataset`.
raw docstring

download-dataset!clj

(download-dataset! grid {:keys [valid-time] :as dataset})

Download the dataset and it's dependencies from dataset.

Download the dataset and it's dependencies from `dataset`.
raw docstring

import-dataset!clj

(import-dataset! db {:keys [sql-file raster-table] :as dataset})

Download the dataset and it's dependencies from dataset.

Download the dataset and it's dependencies from `dataset`.
raw docstring

insert-dataset!clj

(insert-dataset! db
                 {:keys [datasource model raster-table valid-time variable
                         partition-table]
                  :as dataset})

load-datasetclj

(load-dataset db {:keys [directory] :as dataset})

Load the dataset and it's dependencies from db.

Load the `dataset` and it's dependencies from `db`.
raw docstring

raster-tableclj

(raster-table {:keys [variable model valid-time] :as dataset})

Returns the temporary raster table for dataset.

Returns the temporary raster table for `dataset`.
raw docstring

read-gdal-info!clj

(read-gdal-info! {:keys [filename] :as dataset})

Read the GDAL info of dataset and add it to :gdal-info.

Read the GDAL info of `dataset` and add it to :gdal-info.
raw docstring

reproject-dataset!clj

(reproject-dataset! {:keys [filename] :as dataset})

Project dataset into the Mercator projection.

Project `dataset` into the Mercator projection.
raw docstring

runclj

(run {:keys [db producer] :as system} & args)

Run the client of the weather dataset worker.

Run the client of the weather dataset worker.
raw docstring

save-dataset-to-db!clj

(save-dataset-to-db! db dataset)

Save the dataset to db.

Save the `dataset` to `db`.
raw docstring

save-dataset-to-storage!clj

(save-dataset-to-storage! storage
                          {:keys [model variable valid-time] :as dataset})

Save the dataset to storage.

Save the `dataset` to `storage`.
raw docstring

set-no-data-value!clj

(set-no-data-value! {:keys [filename gdal-info] :as dataset})

Set the no-data value of dataset to the computed minimum from GDAL info.

Set the no-data value of `dataset` to the computed minimum from GDAL info.
raw docstring

update-dataset!clj

(update-dataset! {:keys [db storage]} grid 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

update-datasets!clj

(update-datasets! {:keys [db storage] :as app} datasets)

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])

Returns a new weather model worker.

Returns a new weather model worker.
raw docstring

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

× close