Skip to content
#

spatial

Here are 513 public repositories matching this topic...

geocompr
juliohm
juliohm commented Nov 16, 2021

Now that we are using general rotation representations, we need utility functions to convert conventions in software such as Datamine and Leapfrog to Euler angles. These are two possible definitions:

DatamineAngles(θs...) = EulerAngles((-1 .* deg2rad.(θs))..., :ZXZ)

LeapfrogAngles(θs...) = EulerAngles((-1 .* deg2rad.(θs))..., :ZXZ)

We need a similar definition for `GslibAng

mapsf
rCarto
rCarto commented Jun 18, 2021

mf_background() adds background images underneath maps:

library(mapsf)
#> Le chargement a nécessité le package : sf
#> Linking to GEOS 3.7.1, GDAL 3.1.2, PROJ 7.1.0
mtq <- mf_get_mtq()
th <- mf_theme("default", bg = "grey20", fg = "grey80")
mf_init(mtq, theme = th)
mf_background(system.file("img/background.jpg", package = "mapsf"))
mf_map(mtq, lwd = 2, col = NA, border = "grey80",

Improve this page

Add a description, image, and links to the spatial topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spatial topic, visit your repo's landing page and select "manage topics."

Learn more