Alan D. Snow
|
51efb0d7a8
|
LNT: Use flake8 to find undefined variables & unused imports (#2693)
|
2023-01-10 12:48:09 -06:00 |
|
Kevin Wurster
|
235e0b33de
|
Update docs with affine vs. transform switch
|
2016-06-05 15:23:39 -04:00 |
|
Erik Seglem
|
44c3d9badf
|
Replace drivers with Env in docs and examples (#760)
Replace rasterio.drivers with rasterio.Env.
|
2016-06-02 19:01:18 -07:00 |
|
Matthew Perry
|
e53b0d910a
|
import numpy as np in docs and examples (#740)
import numpy as np in docs and examples and remove unneeded imports
|
2016-06-02 06:46:52 -07:00 |
|
Kevin Wurster
|
d60d40c3ca
|
Remove references to write_band() but not the actual method.
|
2016-04-12 20:45:56 -04:00 |
|
Sean Gillies
|
7c419bd612
|
Add a more notes inline.
|
2014-07-02 17:03:34 -06:00 |
|
Sean Gillies
|
09d2581cfc
|
Add a nogil function to help async example.
|
2014-07-02 16:54:48 -06:00 |
|
Sean Gillies
|
af1933d9b2
|
read_band() delegates to read()
With the help of new io_multi* functions.
Closes #96.
|
2014-06-25 11:13:28 -06:00 |
|
Sean Gillies
|
6c8c3ad751
|
Explanation of from whence the speedup comes.
|
2014-06-19 13:14:17 -06:00 |
|
Sean Gillies
|
547602a8d0
|
More comments in the new async-rasterio.py example.
|
2014-06-19 13:09:27 -06:00 |
|