lucas (version 1.0)

Add_geom: 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

Run this code
# NOT RUN {
Add_geom(con)
# }

Run the code above in your browser using DataLab