JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 opened on 2023年7月28日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Julia (65 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (586 stars)
PR merge metrics
 (平均マージ 1m) (30d で 1 merged PR)

説明

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.

コントリビューターガイド