Add_geom {lucas}R Documentation

Add geometries and calculated distance

Description

Add geometries to lucas harmonized table: - location of theoretical point(th_geom) from fields th_long, the_lat - location of lucas survey (gps_geom) from fields gps_long, gps_lat - lucas transect geometr (trans_geom) from fields gps_long, gps_lat - distance between theoretical and survey point (th_gps_dist)

Usage

Add_geom(con, save_dir)

Arguments

con

Connection to db

save_dir

Dirrectory where to save geometries

See Also

To create the conection please see Connect_to_db

Examples

## Not run: 
Add_geom(con)
## End(Not run)

[Package lucas version 1.0 Index]