go-spatial
go-spatial copied to clipboard
GoSpatial is a simple command-line interface program for manipulating geospatial data
https://github.com/jblindsay/go-spatial/blob/master/geospatialfiles/raster/geotiff/geotiff.go#L851 I find a bug, when I try to read a tif and only import the paht of 'geospatialfiles/raster/geotiff". The blockWidth's value is 128, and my tif files size is...
I tried running the BreachDepressions tool on a dem that is in CRS EPSG:2285 (Washington StatePlane North, US feet). I get the following output: `Reading DEM data... Could not find...
It seems as though [pit cells](https://github.com/jblindsay/go-spatial/blob/master/tools/breachDepressions.go#L390) and [edge cells](https://github.com/jblindsay/go-spatial/blob/master/tools/breachDepressions.go#L384) should be mutually exclusive. If so, this would permit the elimination of the internal check [here](https://github.com/jblindsay/go-spatial/blob/master/tools/breachDepressions.go#L402) and an early break [here](https://github.com/jblindsay/go-spatial/blob/master/tools/breachDepressions.go#L377).