JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Ouverte

#282 ouverte le 28 juil. 2023

 (2 commentaires) (0 réaction) (0 personne assignée)Julia (65 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (586 étoiles)
Métriques de merge PR
 (Merge moyen 31m) (5 PRs mergées 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