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.
The
georef(table, coordnames)
method always constructs points withCartesian{NoDatum}
coordinates. We need an option to set the CRS explicitly, for example:We can be smart about the default CRS using heuristics with the
coordnames
strings.