Learn R Programming

⚠️There's a newer version (3.11.4) of this package.Take me there.

Copy Link

Version

Install

install.packages('ursa')

Monthly Downloads

184

Version

3.9.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Nikita Platonov

Last Published

November 11th, 2020

Functions in ursa (3.9.1)

global operator

Extract certains statistics for whole image
focal_special

Custom spatial filtering for image
focal_median

Median spatial filter for image
focal_extrem

Extremal spatial filter for image
band_stat

Computes statistics for each band of raster.
local_group

Create single-band raster using statistics of multi-bands raster.
ursa-package

Overview
local_stat

Bundle of statistics, which is applied to each cell of multi-band image.
band_group

Extract certain statistics of each band.
zonal_stat

Zonal statistics for raster maps
chunk

Get indices for partial image reading/writing
as.integer

Transform values to type integer
nband

Get number of bands of raster image.
is.na

‘No data’ values for raster images.
as.matrix

Convert raster image to a matrix
allocate

Rasterization of point data into grid cells
ursaStack

List of raster images.
Replace

assign values to the portion of raster images
compose_close

Finish plotting
compose_design

Organize multi-panel layout with images and color bars.
ursaValue

Values of raster images.
colortable

Color Tables of raster images.
cubehelix

Generate "cubehelix" palette.
write_gdal

Write raster image to GDAL file(s)
get_earthdata

Retrive data from Global Imagery Browse Services (GIBS) using API for Developers
Extract

Extract portion of raster images
commonGeneric

Some generic functions for ursaRaster class.
ursaConnection

Connection of raster objects.
c

Combine bands into raster brick.
close

Close connections for files with data
ursaGrid

Spatial parameters of raster images.
ursaRaster

Definition of ursaRaster class.
as.data.frame

Convert raster image to a data frame
dim

Dimension of multiband raster image
compose_legend

Plot colorbars or marginal texts.
plot

Simple display of raster images
as.array

Export raster object to multidimensional array
create_envi

Create ENVI or GDAL files on disk
glance

Command line utility for spatial view of raster or vector GIS file.
open_envi

open_envi file
rep

Replicate bands of raster image.
compose_open

Start displaying
panel_new

Start plotting on the new image panel
na.omit

Drop bands which don't have data.
spatial_engine

Wrapper functions for manipulation with non-raster spatial objects
panel_graticule

Add latitude/longitude or metric grid to the image panel.
legend_colorbar

Plot colorbar
legend_align

Align caption position for legend
write_envi

Write raster image to ENVI .hdr Labelled Raster file.
seq

Sequence Generation for raster image and coordinate grid
read_gdal

Read GDAL supported raster files.
display_stack

Plot multi-band heterogenous raster images in the PNG format.
envi_files

ENVI File Manipulation
bandname

Band names for raster image.
summary

Summary of raster image.
panel_contour

Add colored contour to the image panel
codec

Reduce and restore dimenstions for sparse data matrix
panel_decor

Add auxiliary elements to the plotting panel.
panel_plot

Add graphical elements to the image panel
panel_raster

Add raster to the image panel
polygonize

Raster to vector (polygon) conversion.
pixelsize

The actual size of each grid cell with considerable distortion in area of map projection.
colorize

Create color table
ursa_dummy

Generate raster image for examples.
groupGeneric

Group Generic Functions for raster image
spatial_read

Wrapper functions for reading spatial objects.
compose_plot

Plot layout of images and color bars.
compose_panel

Plot raster images and decorations on the multipanel layout.
ursa_grid

Extract and assign spatial parameters of raster images.
ursa_crs

Extract and assign projection of raster images.
display

Plot raster image(s) in the PNG format.
regrid

Change raster image resolution and extent
discolor

Destroy color table for raster images.
display_brick

Plot multi-band homogenous raster image in the PNG format.
identify

Get value and coordinates from location
ignorevalue

Extract and assign ‘nodata’ value of raster images.
as.ursa

Create raster image from R objects or GDAL raster files.
blank

Does any band contain no information?
as.raster

Export raster object to a colored representation.
as.table

Frequency of unique values
ursa_cache

Cache management of ursa package
display_rgb

Plot RGB (RGBA) color composition in the PNG format.
session

Get and set sessional parameters for grid, CRS, external software for open PNG files.
ursa_crop

Crop 'no data' margins.
panel_annotation

Add label or annotation to the image panel.
head

Extract first and last bands of raster image
panel_coastline

Add coastline to the image panel.
ursa_info

Print metadata for raster image.
panel_scalebar

Add scale bar to the image panel
open_gdal

Open GDAL file
panel_shading

Shaded overlay by image mask
hist

Histogram of raster image
read_envi

Read ENVI .hdr Labelled Raster file to memory
legend_mtext

Write marginal text
as.Raster

Coercion to package 'raster' objects
ursa_new

Create raster image in memory
ursaProgressBar

Progress bar
ursa

Get and set properties of raster image.
temporal_mean

Smooth value across bands using moving mean window
reclass

Reclassify specific values of image
spatial_write

Wrapper functions for writing spatial objects.
temporal_interpolate

Fill gaps across bands using moving mean window
focal_mean

Low-pass spatial filter for image.