JuliaEarth / GeoStats.jl

An extensible framework for geospatial data science and geostatistical modeling fully written in Julia
https://juliaearth.github.io/GeoStatsDocs/stable/
MIT License
506 stars 61 forks source link

Add `join` for non-geospatial join #412

Closed juliohm closed 5 months ago

juliohm commented 6 months ago

It is convenient sometimes to perform a join between a GeoTable and another Tables.jl table without geometry information. We can provide a join function that calls georef at the end to reassign the geometry column.

juliohm commented 5 months ago

Fixed on master.