JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Offen

#282 geöffnet am 28.07.2023

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

Repository-Metriken

Stars
 (586 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 31m) (5 gemergte PRs 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