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

spatial-analysis

Here are 444 public repositories matching this topic...

pytorch_geometric_temporal
kuwala
IritaSee
IritaSee commented Jan 3, 2022

In this PR, I wanted to solve issue #25 by creating a CSV file to list and also help the brand property matching process. This PR including:

  • Compile a list of all brand names and operator names from the name-suggestion-index as a CSV with the columns id, display_name, and wiki_data in tmp folder.
    Deadline: 05.01.2022

  • Create a PySpark UDF similar to the ones in the osm

enhancement good first issue pipeline/osm-poi
zackarno
zackarno commented Jan 27, 2022

Hello,

I am getting an error I do not understand with the sf_as_ee function. Below is a reprex where I have sliced the very first feature from my original sf object and assigned the resulting/copy-pasted dput to object adm3 . I get an error when running sf_as_ee() on the object. However, sf_as_eeO works after running st_geometry() or even after simply selecting one column from the s

good first issue
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",
help wanted good first issue
freud
bdice
bdice commented Aug 27, 2021

Currently the C++ code in freud does not ensure that r_min is non-negative (>= 0) in several classes. Values of r_min < 0 should raise an error in the constructor like this:

https://github.com/glotzerlab/freud/blob/eb2a97bac302ed45236f26e0a7e6a0346071c579/cpp/density/RDF.cc#L17-L28

This applies to classes like RDF and CorrelationFunction and other classes that deal with radial dist

bug good first issue

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