Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wbierbower committed Mar 16, 2015
1 parent b12f532 commit d62f649
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ The RasterFactory Class
import gdal
# set arguments
self.shape = (3, 3)
self.affine = Affine.identity()
self.proj = 4326
self.datatype = gdal.GDT_Float64
self.nodata_val = -9999
shape = (3, 3)
affine = Affine.identity()
proj = 4326
datatype = gdal.GDT_Float64
nodata_val = -9999
# initialize factory
factory = RasterFactory(proj, datatype, nodata_val, shape[0], shape[1], affine=affine)
Expand Down

0 comments on commit d62f649

Please sign in to comment.