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)

Arguments

url

A geojson url string

username

username required to access url

password

password required to access url

Value

A data.frame object