spatial
Here are 488 public repositories matching this topic...
-
Updated
Sep 8, 2021 - Python
-
Updated
Feb 19, 2021 - PHP
-
Updated
Sep 7, 2021 - R
-
Updated
Sep 8, 2021 - R
-
Updated
Sep 2, 2021 - R
For a newcomer like myself it would be very useful to know something about what data
and var1
means in the variogram functions
If the desire is to not replicate information (which I completely agree with), then the functions should refernce the part of the docs that "what data
-
Updated
Jul 15, 2021 - Jupyter Notebook
-
Updated
Apr 15, 2021 - R
-
Updated
Sep 7, 2021 - R
-
Updated
Sep 5, 2021 - JavaScript
In some ways fasterize does diverge from rasterize (e.g., #13). These should be tersely described in the README/vignette and function documentation.
-
Updated
Sep 7, 2021 - JavaScript
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",
-
Updated
Aug 9, 2021 - Rust
-
Updated
Jun 18, 2021 - Java
-
Updated
May 1, 2018 - R
-
Updated
Aug 18, 2021 - C++
Improve this page
Add a description, image, and links to the spatial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spatial topic, visit your repo's landing page and select "manage topics."
It would be great to mention this in the relevant chapter: https://github.com/walkerke/crsuggest
Specifically it would fit perfectly here: https://geocompr.robinlovelace.net/reproj-geo-data.html#which-crs-to-use
Heads-up @walkerke, awesome package, let me know if you've any comments/suggestions on describing the package and thanks for developing it!