Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 23 found.
[1] < 1 2 3 > [3]  Sort:

spTransform-methods (Package: rgdal) : Methods for Function spTransform for map projection and datum transformation in package "rgdal"

The spTransform methods provide transformation between datum(s) and conversion between projections (also known as projection and/or re-projection), from one unambiguously specified coordinate reference system to another, using PROJ.4 projection arguments. For simple projection, when no +datum tags are used, datum projection does not occur. When datum transformation is required, the +datum tag should be present with a valid value both in the CRS of the object to be transformed, and in the target CRS. In general +datum= is to be prefered to +ellps=, because the datum always fixes the ellipsoid, but the ellipsoid never fixes the datum.
● Data Source: CranContrib
● Keywords: methods, spatial
● Alias: spTransform, spTransform-methods
● 0 images

RGB2PCT (Package: rgdal) : Convert RGB three band to single band colour table

This function converts a three-band GDALReadOnlyDataset into a single band of colour indices as a GDALTransientDataset.
● Data Source: CranContrib
● Keywords: spatial
● Alias: RGB2PCT
● 0 images

readGDAL (Package: rgdal) : Read/write between GDAL grid maps and Spatial objects

The functions read or write GDAL grid maps. They will set the spatial reference system if available. GDALinfo reports the size and other parameters of the dataset. create2GDAL creates a GDAL data set from a SpatialGridDataFrame object, in particular to be able to save to GDAL driver formats that only permit copying rather than creation.
● Data Source: CranContrib
● Keywords: spatial
● Alias: GDALSpatialRef, GDALinfo, asSGDF_GROD, create2GDAL, print.GDALobj, readGDAL, writeGDAL
● 0 images

SGDF2PCT (Package: rgdal) : Convert RGB three band to single band colour table

This function converts a three-band SpatialGridDataFrame into a single band of colour indices and a colour look-up table using RGB2PCT. vec2RGB uses given breaks and colours (like image) to make a three column matrix of red, green, and blue values for a numeric vector.
● Data Source: CranContrib
● Keywords: spatial
● Alias: SGDF2PCT, vec2RGB
● 0 images

GDALDriver-class (Package: rgdal) : Class "GDALDriver": GDAL Driver Object

GDALDriver objects encapsulate GDAL file format drivers. GDALDriver inherits from GDALMajorObject-class.
● Data Source: CranContrib
● Keywords: classes
● Alias: GDALDriver-class, gdalDrivers, getCPLConfigOption, getDriverLongName, getDriverName, getGDALCheckVersion, getGDALDriverNames, getGDALVersionInfo, getGDAL_DATA_Path, initialize,GDALDriver-method, setCPLConfigOption
● 0 images

GDALRasterBand-class (Package: rgdal) : Class "GDALRasterBand"

Returns a two-dimensional array with data from a raster band, used internally within functions
● Data Source: CranContrib
● Keywords: classes
● Alias: GDALRasterBand-class, dim,GDALRasterBand-method, getProjectionRef, getRasterBand, getRasterBlockSize, getRasterData, getRasterTable, get_OVERRIDE_PROJ_DATUM_WITH_TOWGS84, initialize,GDALRasterBand-method, set_OVERRIDE_PROJ_DATUM_WITH_TOWGS84, toSigned, toUnSigned
● 0 images

projInfo (Package: rgdal) : List PROJ.4 tag information

The projInfo function lists known values and descriptions for PROJ.4 tags for tag in c("proj", "ellps", "datum", "units"); getPROJ4VersionInfo returns the version of the underlying PROJ.4 release, getPROJ4libPath returns the value of the PROJ_LIB environment variable, projNAD detects the presence of NAD datum conversion tables (looking for conus).
● Data Source: CranContrib
● Keywords: spatial
● Alias: getPROJ4VersionInfo, getPROJ4libPath, projInfo, projNAD
● 0 images

closeDataset-methods (Package: rgdal) : closeDataset methods

Methods for closing GDAL datasets, used internally
● Data Source: CranContrib
● Keywords: methods
● Alias: closeDataset, closeDataset,ANY-method, closeDataset,GDALReadOnlyDataset-method, closeDataset,GDALTransientDataset-method, closeDataset-methods, closeDataset.default
● 0 images

showWKT (Package: rgdal) : Show Well-Known Text spatial reference system metadata

Use GDAL/OGR spatial reference objects to convert a PROJ.4 representation to a Well-Known Text representation, and report an EPSG code if it can be determined by OGR SRS services.
● Data Source: CranContrib
● Keywords: spatial
● Alias: showEPSG, showP4, showWKT
● 0 images

readOGR (Package: rgdal) : Read OGR vector maps into Spatial objects

The function reads an OGR data source and layer into a suitable Spatial vector object. It can only handle layers with conformable geometry features (not mixtures of points, lines, or polygons in a single layer). It will set the spatial reference system if the layer has such metadata.
● Data Source: CranContrib
● Keywords: spatial
● Alias: OGRSpatialRef, ogrDrivers, ogrFIDs, ogrInfo, ogrListLayers, print.ogrinfo, readOGR
● 0 images