read.esri: Read from spatial data from City of Portland spatial...

View source: R/read.esri.R

read.esriR Documentation

Read from spatial data from City of Portland spatial databases

Description

Reads from a defined list of databases.

Usage

read.esri(database = "EGH_PUBLIC", layer, query = NULL, ...)

Arguments

database

Either EGH_PUBLIC on GISDB1 or SWSP on BESDBPROD1

layer

a fully qualified SQL table name, '[schema].[table]'

query

a query to submit directly to server; 'Shape.STAsBinary() as geometry' is necessary in select statement

...

additional arguments passed to st_read. The correct CRS, usually 2913, will need to be passed.

Value

an 'sf' object, additionally inheriting 'tbl_df', 'tbl'


jasonelaw/BESdata documentation built on Nov. 3, 2023, 9:32 a.m.