JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 ouverte le 28 juil. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Julia (65 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (586 stars)
Métriques de merge PR
 (Merge moyen 1m) (1 PR mergée en 30 j)

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.

Guide contributeur