JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Aperta

#282 aperta il 28 lug 2023

 (2 commenti) (0 reazioni) (0 assegnatari)Julia (65 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (586 stelle)
Metriche merge PR
 (Merge medio 31m) (5 PR mergiate in 30 g)

Descrizione

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.

Guida contributor