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.

贡献者指南