world_to_geotransform | R Documentation |
Convert world vector (centre offset) and x,y spacing to geotransform format.
world_to_geotransform(x)
x |
worldfile parameters, as per |
geotransform vector, see geo_transform0()
(wf <- geo_world0(px = c(1, -1), ul = c(0, 0)))
gt <- world_to_geotransform(wf)
geotransform_to_world(gt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.