6.1.1.1.1.6. thyrsis.database.load_points module

load points in site database

USAGE

python -m thyrsis.database.load_points site srid point.csv groupe

param

site : site name str

param

srid : EPSG id

try to load points into the site database

thyrsis.database.load_points.load_points(conn, siteName, srid, fileName, groupe='calcul')

load interest points into the current database for a site

Parameters
  • conn – connection on a sqlite database

  • siteName (string) – name of the site

  • srid (string) – epsg code

  • fileName (string) – path to a csv file of interests points

  • groupe (string) – group name of the loaded points

Returns

None