Description Usage Arguments Value See Also Examples
Basic function to create a geotransform as used by GDAL.
1  | geo_transform0(px, ul, sh = c(0, 0))
 | 
px | 
 pixel resolution (XY, Y-negative)  | 
ul | 
 grid offset, top-left corner  | 
sh | 
 affine shear (XY)  | 
vector of parameters xmin, xres, yskew, ymax, xskew, yres
geo_world0() which uses the same parameters in a different order
1  | geo_transform0(px = c(1, -1), ul = c(0, 0))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.