Skip to contents

Import a well-formatted attribute table into an empty instance of attr_X in PostGIS

Usage

importAttrTable(connectionDetails, attribute, attrIndex)

Arguments

connectionDetails

(list) An object of class connectionDetails as created by the createConnectionDetails function

attribute

(data.frame) A well-formatted attribute. Created by appending staging data table to an attr_template

attrIndex

(data.frame) A full record (entire row) from the backbone.attr_index table corresponding to the registered attribute of interest

Value

A table (attr_X) in PostGIS