JuliaEarth/GeoStats.jl
Ver no GitHubImplement `setindex!` for geospatial data
Open
#282 aberto em 28 de jul. de 2023
enhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (586 stars)
- Métricas de merge de PR
- (Mesclagem média 1m) (1 fundiu PR em 30d)
Description
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.