ozak / georasters

GeoRasters is a Python module that provides a fast and flexible tool to work with GIS raster files.
GNU General Public License v3.0
198 stars 36 forks source link

Undefined function in an example #31

Closed culebron closed 6 years ago

culebron commented 6 years ago

Here's an example that is unclear:

 # Load raster
data = load_tiff(raster)

load_tiff is not imported. Please, show me how it can be fixed, and I'll submit you a pull request with a fix.

culebron commented 6 years ago

I found an answer, will submit a PR in a moment.