bopen / elevation

Python script to download global terrain digital elevation models, SRTM 30m DEM and SRTM 90m DEM.

Home Page:http://elevation.bopen.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rasterio install crashes if numpy is not already installed

alexamici opened this issue · comments

This is a common problem and it is particularly painful because it causes CI spurious crashes.

As of 72552d8 rasterio and fiona are extras_require so we don't need to handle the case automatically. The user should follow the rasterio setup-time instructions.