download_data(data_type: str, provider: str, bounds: Bounds, epsg='3006', url='http://compute.dtcc.chalmers.se')[source]

A wrapper for downloading data, but with a dummy step for actual file transfer. If provider=’dtcc’, we do an SSH-based authentication check and then simulate a download. If provider=’OSM’, we just do a dummy download with no SSH.

Parameters:
data_type: str

‘lidar’ or ‘roads’ or ‘footprints’

provider: str

‘dtcc’ or ‘OSM’

Returns:

dict with info about the (dummy) download