jesserobertson / bomber

BoM downloaders and importers
Other
9 stars 1 forks source link

Installing rasterio #1

Open JasonThomasData opened 8 years ago

JasonThomasData commented 8 years ago

Not so much an issue, as a suggestion to streamline installation.

When I installed bomber with pip, my terminal said this -

rasterio/_base.c:263:22: fatal error: cpl_conv.h: No such file or directory
#include "cpl_conv.h"
                      ^
compilation terminated.

This happened when I installed bomber, and then rasterio with pip. This is the solution. https://github.com/perrygeo/python-rasterstats/issues/77

Next time, pip installed bomber (and rasterio) no issues.

jesserobertson commented 8 years ago

Ah ok. I use conda to install gdal - maybe I should create an anaconda package for bomber as well...

jesserobertson commented 8 years ago

I've just noted that you need gdal in the readme. I think if you're the sort of deviant who wants BoM data in a geospatially-friendly format then you'll probably know the best way to install gdal yourself.