JuliaEarth/GeoStats.jl

Implement `setindex!` for geospatial data

Open

#282 aperta il 28 lug 2023

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

Metriche repository

Star
 (586 star)
Metriche merge PR
 (Merge medio 1m) (1 PR mergiata 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