R/utils.R
dt_loadGeoJSON2DFWithAuth.Rd
load geojson from url (username/password protected) into a data.frame object. this is particularly useful to handle geojson wfsurl with null geometry
dt_loadGeoJSON2DFWithAuth(url, username, password)
url | A geojson url string |
---|---|
username | username required to access url |
password | password required to access url |
A data.frame object