JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 opened on Jul 28, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (65 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (586 stars)
PR merge metrics
 (Avg merge 1m) (1 merged PR in 30d)

Description

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