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 a83326d commit b12f532
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The Raster Class
The TestRaster Class

.. code::
from affine import Affine
import gdal
Expand All @@ -84,10 +85,11 @@ The TestRaster Class
The RasterFactory Class

.. code::
from affine import Affine
import gdal
# set arguments
from affine import Affine
import gdal
# set arguments
self.shape = (3, 3)
self.affine = Affine.identity()
self.proj = 4326
Expand Down

0 comments on commit b12f532

Please sign in to comment.