JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

開放

#282 建立於 2023年7月28日

 (2 則留言) (0 個反應) (0 位負責人)Julia (65 個分叉)batch import
enhancementgood first issuehelp wanted

倉庫指標

星標
 (586 顆星)
PR 合併指標
 (平均合併 31分鐘) (30 天內合併 5 個 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.

貢獻者指南