Liking cljdoc? Tell your friends :D

tech.netcdf


att->cljclj

(att->clj att)
source

attributesclj

(attributes netcdf)
source

dim->cljclj

(dim->clj dim)
source

dimensionsclj

(dimensions netcdf)
source

fname->netcdfclj

(fname->netcdf fname)

Open a netcdf file. The return value is tracked via 'tech.resource/track. If the user wishes to release the memory early they can call .close on the object.

Open a netcdf file.  The return value is tracked via 'tech.resource/track.  If the
user wishes to release the memory early they can call .close on the object.
sourceraw docstring

lat-lon-query-gridsetsclj

(lat-lon-query-gridsets gridsets
                        lat-lon-seq
                        &
                        {:keys [time-axis z-axis] :or {time-axis 0 z-axis 0}})

Ignoring time, query a dataset by lat-lon. Example output:

({:lat 21.145, :lng 237.307, :grid-data [{:missing-value ##NaN, :fullname "Temperature_surface", :abbreviation "TMP", :level-desc "Ground or water surface", :level-type 1, :values ({:cell-lat 21.14511133620467, :cell-lng 237.30713946785917, :row 0, :col 1, :data 296.22930908203125} ...) ...])

Ignoring time, query a dataset by lat-lon.  Example output:

({:lat 21.145,
:lng 237.307,
:grid-data
[{:missing-value ##NaN,
  :fullname "Temperature_surface",
  :abbreviation "TMP",
  :level-desc "Ground or water surface",
  :level-type 1,
  :values
  ({:cell-lat 21.14511133620467,
    :cell-lng 237.30713946785917,
    :row 0,
    :col 1,
    :data 296.22930908203125}
    ...)
  ...])
sourceraw docstring

named-item->mapclj

(named-item->map named-item-seq)
source

netcdf->gridsetsclj

(netcdf->gridsets netcdf)
source

overviewclj

(overview netcdf)
source

test-cdl-fileclj

source

test-nc-fileclj

source

var->cljclj

(var->clj variable)
source

variablesclj

(variables netcdf)
source

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

× close