The Wayback Machine - https://web.archive.org/web/20210824155231/https://github.com/topics/spatial-analysis
Skip to content
#

spatial-analysis

Here are 386 public repositories matching this topic...

pytorch_geometric_temporal
freud
andkerr
andkerr commented Jul 9, 2021

Many of Freud's unit tests currently implement for loops to test various combinations of input parameters. For example, test_diffraction_DiffractionPattern.py currently includes:

for grid_size in (256, 1024):
    for output_size in (255, 256, 1023, 1024):
          for zoom in (1, 2.5, 4.123):

in the test for diffraction peaks in a simple cubic system.

With `@pytest.mark.paramet

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-analysis 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-analysis topic, visit your repo's landing page and select "manage topics."

Learn more