Skip to content

Commit

Permalink
reclass method now doesn't check that dataset is projected
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Apr 22, 2015
1 parent e1e4516 commit 3cd5cc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fauxgeo/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,8 @@ def reclass(self, reclass_table, out_nodata=None, out_datatype=None):
reclass_table,
dataset_out_uri,
out_datatype,
out_nodata)
out_nodata,
assert_datasets_projected=False)

return Raster.from_tempfile(dataset_out_uri)

Expand Down

0 comments on commit 3cd5cc6

Please sign in to comment.