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 合并指标
 (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.

贡献者指南