JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Aberta

#282 aberto em 28 de jul. de 2023

 (2 comentários) (0 reação) (0 responsável)Julia (65 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (586 estrelas)
Métricas de merge de PR
 (Mesclagem média 31m) (5 fundiu PRs 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.

Guia do colaborador