JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 aberto em 28 de jul. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Julia (65 forks)batch import
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.

Guia do colaborador