JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

オープン

#282 opened on 2023/07/28

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (65 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (586 個のスター)
PR merge metrics
 (平均マージ 31m) (30d で 5 merged PRs)

説明

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.

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