Matt Osborn

Results 3 issues of Matt Osborn

Some tiffs are breaking the readRasters method: ``` const GeoTIFF = require('geotiff'); async function test() { const geoTiff = await GeoTIFF.fromFile('./MOD_LSTAD_M_2002-03.tif'); const image = await geoTiff.getImage(); const rasters = await...

Doesn't work inside an ng-repeat. http://plnkr.co/edit/QcOj4mZKxz5rmsSC1wun?p=preview

investigating

The default unhandled client-side error behaviour is to render the error as HTML and log it to console. The rendered error shows the original stack trace, whereas the logged error...

enhancement