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
519 stars 63 forks source link

Add `crs` option in `georef` method with column names #447

Closed juliohm closed 4 months ago

juliohm commented 4 months ago

The georef(table, coordnames) method always constructs points with Cartesian{NoDatum} coordinates. We need an option to set the CRS explicitly, for example:

georef(table, coordnames, crs=LatLon)

We can be smart about the default CRS using heuristics with the coordnames strings.