Liking cljdoc? Tell your friends :D

burningswell.worker.weather.gdal


center-virtual-format-fileclj

(center-virtual-format-file input output)

Read the GDAL virtual format file from input, shift the content into the -180,180 longitude range and write a new virtual format file to output.

Read the GDAL virtual format file from `input`, shift the content
into the -180,180 longitude range and write a new virtual format
file to `output`.
raw docstring

center-virtual-format-xmlclj

(center-virtual-format-xml input)

Center the rasters in the GDAL virtual format input and return the XML as a string.

Center the rasters in the GDAL virtual format `input` and return
the XML as a string.
raw docstring

create-virtual-formatclj

(create-virtual-format input output & [{:keys [center? srid]}])

Create a GDAL virtual format file for input with the gdal_translate command and write it to output.

Create a GDAL virtual format file for `input` with the
gdal_translate command and write it to `output`.
raw docstring

crosses-dateline?clj

(crosses-dateline? transform rect)

Returns true if rect crosses the dateline under transform, otherwise false.

Returns true if `rect` crosses the dateline under `transform`,
otherwise false.
raw docstring

dataset-rectclj

(dataset-rect document)

Return the rectangle of the dataset from document.

Return the rectangle of the dataset from `document`.
raw docstring

eastern-destinationclj

(eastern-destination rect)

Return the new eastern destination rectangle.

Return the new eastern destination rectangle.
raw docstring

eastern-sourceclj

(eastern-source rect)

Return the new eastern source rectangle.

Return the new eastern source rectangle.
raw docstring

geo-centerclj

(geo-center transform rect)

Return the geo coordinates at the center of rect.

Return the geo coordinates at the center of `rect`.
raw docstring

geo-corner-coordinatesclj

(geo-corner-coordinates transform rect)

Return the geo corner coordinates at the center of rect.

Return the geo corner coordinates at the center of `rect`.
raw docstring

geo-lower-leftclj

(geo-lower-left transform rect)

Return the geo coordinates at the lower left of rect.

Return the geo coordinates at the lower left of `rect`.
raw docstring

geo-lower-rightclj

(geo-lower-right transform rect)

Return the geo coordinates at the lower right of rect.

Return the geo coordinates at the lower right of `rect`.
raw docstring

geo-tranform?clj

(geo-tranform? x)

Return true if x is a geo transformation, otherwise false.

Return true if `x` is a geo transformation, otherwise false.
raw docstring

geo-upper-leftclj

(geo-upper-left transform rect)

Return the geo coordinates at the upper left of rect.

Return the geo coordinates at the upper left of `rect`.
raw docstring

geo-upper-rightclj

(geo-upper-right transform rect)

Return the geo coordinates at the upper right of rect.

Return the geo coordinates at the upper right of `rect`.
raw docstring

geo-xclj

(geo-x transform raster-x raster-y)

Calculate the X geo coordinate.

Calculate the X geo coordinate.
raw docstring

geo-yclj

(geo-y transform raster-x raster-y)

Calculate the Y geo coordinate.

Calculate the Y geo coordinate.
raw docstring

infoclj

(info file)

Return the GDAL information about file as a map.

Return the GDAL information about `file` as a map.
raw docstring

parse-geo-transformclj

(parse-geo-transform node)

Parse the geo transformation from node.

Parse the geo transformation from `node`.
raw docstring

raster-xclj

(raster-x transform geo-x geo-y)

Calculate the X raster coordinate.

Calculate the X raster coordinate.
raw docstring

raster-yclj

(raster-y transform geo-x geo-y)

Calculate the Y raster coordinate.

Calculate the Y raster coordinate.
raw docstring

rectangle-attributesclj

(rectangle-attributes node tag)

Return the rectangle attributes of tag from node.

Return the rectangle attributes of `tag` from `node`.
raw docstring

render-xmlclj

(render-xml document)

Render document as a XML string.

Render `document` as a XML string.
raw docstring

select-geo-transformclj

(select-geo-transform document)

Return the geo transformation from document.

Return the geo transformation from `document`.
raw docstring

simple-eastern-sourceclj

(simple-eastern-source node)

Make a new simple source for the eastern part of the raster.

Make a new simple source for the eastern part of the raster.
raw docstring

simple-western-sourceclj

(simple-western-source node)

Make a new simple source for the western part of the raster.

Make a new simple source for the western part of the raster.
raw docstring

source-propertiesclj

(source-properties node)

Return the source properties from node.

Return the source properties from `node`.
raw docstring

to-mercatorclj

(to-mercator input output)

Project input into Mercator and write the file to output.

Project `input` into Mercator and write the file to `output`.
raw docstring

update-dest-rectclj

(update-dest-rect transform)

update-geo-transformclj

(update-geo-transform rectangle)

Select the GeoTransform node in document.

Select the GeoTransform node in `document`.
raw docstring

update-raster-bandclj

(update-raster-band transform)

Update the raster band.

Update the raster band.
raw docstring

update-rectangleclj

(update-rectangle node tag f)

update-simple-sourceclj

(update-simple-source transform)

Update the simple source of a raster band.

Update the simple source of a raster band.
raw docstring

update-src-rectclj

(update-src-rect transform)

western-destinationclj

(western-destination rect)

Return the new western destination rectangle.

Return the new western destination rectangle.
raw docstring

western-sourceclj

(western-source rect)

Return the new western source rectangle.

Return the new western source rectangle.
raw docstring

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

× close