(ggplot(test, aes(x = from_axp, y = from_ayp))+ geom_path()+ geom_point(aes(group = seq))+ geom_text(aes(group = seq, label = seq), size = 4, position = position ...
I'm new to go and gis so forgive probably a lot of ignorance. I'm using gorm as my ORM and trying to insert a 3D ECEF point into PostGIS like so type Example struct { Location *geom.Point ...