JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 建立於 2023年7月28日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Julia (65 fork)batch import
enhancementgood first issuehelp wanted

倉庫指標

Star
 (586 star)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 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.

貢獻者指南