JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 geöffnet am 28. Juli 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (65 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (586 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1m) (1 gemergte PR in 30 T)

Beschreibung

Currently our geospatial data types implement getindex to access the underlying table of attributes and geometries. We need the same high-level interface with setindex! to save users from having to learn and use Tables.jl explicitly.

Contributor Guide