bopen/elevation

rasterio install crashes if numpy is not already installed

alexamici opened this issue · 1 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.